HostedZoneConfig

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

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

Constructors

Link copied to clipboard
fun HostedZoneConfig(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.