KubernetesClusterWebAppRoutingArgs

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

Constructors

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

Properties

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

Specifies the list of the DNS Zone IDs in which DNS entries are created for applications deployed to the cluster when Web App Routing is enabled. If not using Bring-Your-Own DNS zones this property should be set to an empty list.

Link copied to clipboard

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

Functions

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