HostedZoneConfigArgs

data class HostedZoneConfigArgs(val comment: Output<String>? = null) : ConvertibleToJava<HostedZoneConfigArgs>

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: Output<String>? = null)

Properties

Link copied to clipboard
val comment: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): HostedZoneConfigArgs