KubernetesClusterWebAppRoutingArgs

data class KubernetesClusterWebAppRoutingArgs(val dnsZoneId: Output<String>, val webAppRoutingIdentities: Output<List<KubernetesClusterWebAppRoutingWebAppRoutingIdentityArgs>>? = null) : ConvertibleToJava<KubernetesClusterWebAppRoutingArgs>

Constructors

Link copied to clipboard
fun KubernetesClusterWebAppRoutingArgs(dnsZoneId: Output<String>, webAppRoutingIdentities: Output<List<KubernetesClusterWebAppRoutingWebAppRoutingIdentityArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val dnsZoneId: Output<String>

Specifies the ID of the DNS Zone in which DNS entries are created for applications deployed to the cluster when Web App Routing is enabled. For Bring-Your-Own DNS zones this property should be set to an empty string "".

Link copied to clipboard

A web_app_routing_identity block is exported. The exported attributes are defined below.