Domain

class Domain

The domain to associate with an WorkMail organization.

When you configure a domain hosted in Amazon Route 53 (Route 53), all recommended DNS records are added to the organization when you create it. For more information, see Adding a domain in the WorkMail Administrator Guide.

Types

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

Properties

Link copied to clipboard

The fully qualified domain name.

Link copied to clipboard

The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53.

Functions

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