KubernetesClusterWebAppRouting

data class KubernetesClusterWebAppRouting(val dnsZoneIds: List<String>, val webAppRoutingIdentities: List<KubernetesClusterWebAppRoutingWebAppRoutingIdentity>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.