Module ServiceCatalog.PortfolioProductAssociation

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

type properties = {
  1. source_portfolio_id : string option;
  2. accept_language : string option;
  3. portfolio_id : string;
  4. product_id : string;
}

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

val make_properties : ?source_portfolio_id:string -> ?accept_language:string -> portfolio_id:string -> product_id: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