HostedZoneConfigArgs

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

Definition of HostedZoneConfig

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