HostedZoneConfig

data class HostedZoneConfig(val comment: String? = null)

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.

Constructors

Link copied to clipboard
constructor(comment: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comment: String? = null

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