AWS::AppSync::SourceApiAssociationResource Type definition for AWS::AppSync::SourceApiAssociation
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | |
MergedApiIdentifier | string | Create-onlyWrite-only |
SourceApiAssociationConfig | SourceApiAssociationConfig | |
SourceApiIdentifier | string | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AssociationArn | string | ARN of the SourceApiAssociation. |
AssociationId | string | Id of the SourceApiAssociation. |
LastSuccessfulMergeDate | string | Date of last schema successful merge. |
MergedApiArn | string | ARN of the Merged API in the association. |
MergedApiId | string | GraphQLApiId of the Merged API in the association. |
SourceApiArn | string | ARN of the source API in the association. |
SourceApiAssociationStatus | string | Current status of SourceApiAssociation. |
SourceApiAssociationStatusDetail | string | Current SourceApiAssociation status details. |
SourceApiId | string | GraphQLApiId of the source API in the association. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppSync::SourceApiAssociation
Resources:
MyResource:
Type: AWS::AppSync::SourceApiAssociation
Properties:
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appsync:AssociateSourceGraphqlApiappsync:AssociateMergedGraphqlApiappsync:GetSourceApiAssociationappsync:GetSourceApiAssociationappsync:ListSourceApiAssociationsappsync:GetSourceApiAssociationappsync:UpdateSourceApiAssociationappsync:GetSourceApiAssociationappsync:GetSourceApiAssociationappsync:DisassociateSourceGraphqlApiappsync:DisassociateMergedGraphqlApiappsync:ListSourceApiAssociationsappsync:ListSourceApiAssociationsEverything you need to know about AppSync on one page. HD quality, print-friendly.
Download Free InfographicAssociationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SourceApiIdentifierMergedApiIdentifier