Module ServiceCatalog.LaunchTemplateConstraint

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html

type properties = {
  1. description : string option;
  2. accept_language : string option;
  3. portfolio_id : string;
  4. product_id : string;
  5. 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string