AWS::AppSync::DomainNameApiAssociationResource Type definition for AWS::AppSync::DomainNameApiAssociation
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApiId | string | Required |
DomainName | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApiAssociationIdentifier | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppSync::DomainNameApiAssociation
Resources:
MyResource:
Type: AWS::AppSync::DomainNameApiAssociation
Properties:
DomainName: "my-domainname"
ApiId: "my-apiid"Permissions CloudFormation needs in your IAM role to manage this resource.
appsync:AssociateApiappsync:GetApiAssociationappsync:DisassociateApiappsync:GetApiAssociationappsync:AssociateApiappsync:GetApiAssociationappsync:GetApiAssociationEverything you need to know about AppSync on one page. HD quality, print-friendly.
Download Free InfographicApiAssociationIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainName