@aws-sdk/client-amplify

CreateDomainAssociationRequest Interface

The request structure for the create domain association request.

Members

Name
Type
Details
appId Requiredstring | undefined

The unique ID for an Amplify app.

domainName Requiredstring | undefined

The domain name for the domain association.

subDomainSettings RequiredSubDomainSetting[] | undefined

The setting for the subdomain.

autoSubDomainCreationPatterns string[] | undefined

Sets the branch patterns for automatic subdomain creation.

autoSubDomainIAMRole string | undefined

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

certificateSettings CertificateSettings | undefined

The type of SSL/TLS certificate to use for your custom domain. If you don't specify a certificate type, Amplify uses the default certificate that it provisions and manages for you.

enableAutoSubDomain boolean | undefined

Enables the automated creation of subdomains for branches.

Full Signature

export interface CreateDomainAssociationRequest