HostedZoneConfigArgs

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

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

Functions

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

Properties

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

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