HostedZoneConfig

A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

Types

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

Properties

Link copied to clipboard

Any comments that you want to include about the hosted zone.

Link copied to clipboard

A value that indicates whether this is a private hosted zone.

Functions

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