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