DomainNameConfig
Describes a configuration for a custom domain.
Contents
- appsyncDomainName
-
The domain name that AWS AppSync provides.
Type: String
Required: No
- certificateArn
-
The Amazon Resource Name (ARN) of the certificate. This can be an AWS Certificate Manager (ACM) certificate or an AWS Identity and Access Management (IAM) server certificate.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:[a-z-]*:(acm|iam):[a-z0-9-]*:\d{12}:(certificate|server-certificate)/[0-9A-Za-z_/-]*$
Required: No
- description
-
A description of the
DomainName
configuration.Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
^.*$
Required: No
- domainName
-
The domain name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 253.
Pattern:
^(\*[\w\d-]*\.)?([\w\d-]+\.)+[\w\d-]+$
Required: No
- hostedZoneId
-
The ID of your Amazon RouteĀ 53 hosted zone.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: