DomainAssociation

Describes the association between a custom domain and an Amplify app.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets branch patterns for automatic subdomain creation.

Link copied to clipboard

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

Link copied to clipboard

Describes the SSL/TLS certificate for the domain association. This can be your own custom certificate or the default certificate that Amplify provisions for you.

Link copied to clipboard

The DNS record for certificate verification.

Link copied to clipboard

The Amazon Resource Name (ARN) for the domain association.

Link copied to clipboard

The name of the domain.

Link copied to clipboard

The current status of the domain association.

Link copied to clipboard

Enables the automated creation of subdomains for branches.

Link copied to clipboard

Additional information that describes why the domain association is in the current state.

Link copied to clipboard

The subdomains for the domain association.

Link copied to clipboard

The status of the domain update operation that is currently in progress. The following list describes the valid update states.

Functions

Link copied to clipboard
inline fun copy(block: DomainAssociation.Builder.() -> Unit = {}): DomainAssociation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String