ManagedZoneForwardingConfigArgs

data class ManagedZoneForwardingConfigArgs(val targetNameServers: Output<List<ManagedZoneForwardingConfigTargetNameServerArgs>>) : ConvertibleToJava<ManagedZoneForwardingConfigArgs>

Constructors

Link copied to clipboard
constructor(targetNameServers: Output<List<ManagedZoneForwardingConfigTargetNameServerArgs>>)

Properties

Link copied to clipboard

List of target name servers to forward to. Cloud DNS will select the best available name server if more than one target is given. Structure is documented below.

Functions

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