CodeStarConnections.SyncConfigurationsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-syncconfiguration.html
type properties = {config_file : string;resource_name : string;branch : string;sync_type : string;repository_link_id : string;role_arn : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-syncconfiguration.html;
val make_properties :
config_file:string ->
resource_name:string ->
branch:string ->
sync_type:string ->
repository_link_id:string ->
role_arn:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes