ServiceCatalog.LaunchNotificationConstraintsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html
type properties = {description : string option;notification_arns : string list;accept_language : string option;portfolio_id : string;product_id : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchnotificationconstraint.html;
val make_properties :
?description:string ->
notification_arns:string list ->
?accept_language:string ->
portfolio_id:string ->
product_id:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes