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