Resource Type definition for AWS::AppSync::SourceApiAssociation
description
(String) Description of the SourceApiAssociation.merged_api_identifier
(String) Identifier of the Merged GraphQLApi to associate. It could be either GraphQLApi ApiId or ARNsource_api_association_config
(Attributes) Customized configuration for SourceApiAssociation. (see below for nested schema)source_api_identifier
(String) Identifier of the Source GraphQLApi to associate. It could be either GraphQLApi ApiId or ARNassociation_arn
(String) ARN of the SourceApiAssociation.association_id
(String) Id of the SourceApiAssociation.id
(String) Uniquely identifies the resource.last_successful_merge_date
(String) Date of last schema successful merge.merged_api_arn
(String) ARN of the Merged API in the association.merged_api_id
(String) GraphQLApiId of the Merged API in the association.source_api_arn
(String) ARN of the source API in the association.source_api_association_status
(String) Current status of SourceApiAssociation.source_api_association_status_detail
(String) Current SourceApiAssociation status details.source_api_id
(String) GraphQLApiId of the source API in the association.source_api_association_config
Optional:
merge_type
(String) Configuration of the merged behavior for the association. For example when it could be auto or has to be manual.Import is supported using the following syntax:
$ terraform import awscc_appsync_source_api_association.example <resource ID>