ManagedZonePrivateVisibilityConfigGKEClusterArgs

data class ManagedZonePrivateVisibilityConfigGKEClusterArgs(val gkeClusterName: Output<String>? = null, val kind: Output<String>? = null) : ConvertibleToJava<ManagedZonePrivateVisibilityConfigGKEClusterArgs>

Constructors

fun ManagedZonePrivateVisibilityConfigGKEClusterArgs(gkeClusterName: Output<String>? = null, kind: Output<String>? = null)

Functions

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

Properties

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

The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects//locations//clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get

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

//*/