Module ServiceCatalog.PortfolioShare

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

type properties = {
  1. account_id : string;
  2. accept_language : string option;
  3. portfolio_id : string;
  4. share_tag_options : bool option;
}

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

val make_properties : account_id:string -> ?accept_language:string -> portfolio_id:string -> ?share_tag_options:bool -> 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