AWS::AppSync::DomainNameResource Type definition for AWS::AppSync::DomainName
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CertificateArn | string | RequiredCreate-only |
DomainName | string | RequiredCreate-only |
Description | string | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AppSyncDomainName | string | - |
DomainNameArn | string | The Amazon Resource Name (ARN) for the Domain Name. |
HostedZoneId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppSync::DomainName
Resources:
MyResource:
Type: AWS::AppSync::DomainName
Properties:
DomainName: "my-domainname"
CertificateArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appsync:CreateDomainNameappsync:GetDomainNameacm:DescribeCertificatecloudfront:UpdateDistributionappsync:TagResourceappsync:GetDomainNameappsync:DeleteDomainNameappsync:UntagResourceappsync:UpdateDomainNameappsync:TagResourceappsync:UntagResourceappsync:GetDomainNameappsync:GetDomainNameappsync:ListDomainNamesEverything you need to know about AppSync on one page. HD quality, print-friendly.
Download Free InfographicDomainNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainNameCertificateArn