DnsDelegationPropertiesArgs

data class DnsDelegationPropertiesArgs(val domain: Output<String>? = null) : ConvertibleToJava<DnsDelegationPropertiesArgs>

Details of a DNS Domain delegated to the Communications Gateway.

Constructors

Link copied to clipboard
constructor(domain: Output<String>? = null)

Properties

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

Domain name to delegate

Functions

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