Module CodeStarConnections.SyncConfiguration

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codestarconnections-syncconfiguration.html

type properties = {
  1. config_file : string;
  2. resource_name : string;
  3. branch : string;
  4. sync_type : string;
  5. 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 -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. owner_id : string;
  3. repository_name : string;
  4. provider_type : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string