DomainNameConfig - Amazon AppSync
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DomainNameConfig

Describes a configuration for a custom domain.

Contents

appsyncDomainName

The domain name that Amazon AppSync provides.

Type: String

Required: No

certificateArn

The Amazon Resource Name (ARN) of the certificate. This can be an Amazon Certificate Manager (ACM) certificate or an Amazon 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 Amazon SDKs, see the following: