- Navigation Guide
@aws-sdk/client-amplify
CreateDomainAssociationCommandInput Interface
The input for CreateDomainAssociationCommand.
Members
Name | Type | Details |
---|---|---|
appId Required | string | undefined | The unique ID for an Amplify app. |
domainName Required | string | undefined | The domain name for the domain association. |
subDomainSettings Required | SubDomainSetting[] | 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 CreateDomainAssociationCommandInput extends CreateDomainAssociationRequest