Proton.EnvironmentAccountConnectionsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-proton-environmentaccountconnection.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {environment_name : string option;component_role_arn : string option;management_account_id : string option;codebuild_role_arn : string option;environment_account_id : string option;role_arn : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-proton-environmentaccountconnection.html;
val make_properties :
?environment_name:string ->
?component_role_arn:string ->
?management_account_id:string ->
?codebuild_role_arn:string ->
?environment_account_id:string ->
?role_arn:string ->
?tags:tag list ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes