AppSync.SourceApiAssociation
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-sourceapiassociation.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-sourceapiassociation-sourceapiassociationconfig.html
type properties = {
description : string option;
source_api_association_config : source_api_association_config option;
merged_api_identifier : string option;
source_api_identifier : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-sourceapiassociation.html;
val make_properties :
?description:string ->
?source_api_association_config:source_api_association_config ->
?merged_api_identifier:string ->
?source_api_identifier:string ->
unit ->
properties
val make_source_api_association_config :
?merge_type:string ->
unit ->
source_api_association_config
val yojson_of_source_api_association_config :
source_api_association_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes