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