Kubernetes Cluster Web App Routing Args
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
Properties
Link copied to clipboard
val webAppRoutingIdentities: Output<List<KubernetesClusterWebAppRoutingWebAppRoutingIdentityArgs>>? = null