CodeStarNotifications.NotificationRule
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codestarnotifications-notificationrule-target.html
type properties = {
event_type_ids : string list;
status : string option;
created_by : string option;
detail_type : string;
resource : string;
event_type_id : string option;
target_address : string option;
targets : target list;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarnotifications-notificationrule.html;
val make_properties :
event_type_ids:string list ->
?status:string ->
?created_by:string ->
detail_type:string ->
resource:string ->
?event_type_id:string ->
?target_address:string ->
targets:target list ->
?tags:string Stdlib__Map.Make(Stdlib.String).t ->
name:string ->
unit ->
properties
val make_target : target_type:string -> target_address:string -> unit -> target
val yojson_of_target : target -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes