CustomDomain

Describes a custom domain that's associated with an App Runner service.

Types

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

Properties

Link copied to clipboard

A list of certificate CNAME records that's used for this domain name.

Link copied to clipboard

An associated custom domain endpoint. It can be a root domain (for example, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).

Link copied to clipboard

When true, the subdomain www.<i>DomainName</i> is associated with the App Runner service in addition to the base domain.

Link copied to clipboard

The current state of the domain name association.

Functions

Link copied to clipboard
inline fun copy(block: CustomDomain.Builder.() -> Unit = {}): CustomDomain
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