ManagedClusterIngressProfileWebAppRoutingArgs

data class ManagedClusterIngressProfileWebAppRoutingArgs(val dnsZoneResourceIds: Output<List<String>>? = null, val enabled: Output<Boolean>? = null) : ConvertibleToJava<ManagedClusterIngressProfileWebAppRoutingArgs>

Application Routing add-on settings for the ingress profile.

Constructors

constructor(dnsZoneResourceIds: Output<List<String>>? = null, enabled: Output<Boolean>? = null)

Properties

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

Resource IDs of the DNS zones to be associated with the Application Routing add-on. Used only when Application Routing add-on is enabled. Public and private DNS zones can be in different resource groups, but all public DNS zones must be in the same resource group and all private DNS zones must be in the same resource group.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether to enable the Application Routing add-on.

Functions

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