ResponsePolicyGKEClusterArgs

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

Constructors

Link copied to clipboard
fun ResponsePolicyGKEClusterArgs(gkeClusterName: Output<String>? = null, kind: Output<String>? = null)

Functions

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

Properties

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

The resource name of the cluster to bind this response policy 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

//*/