ResponsePolicyGkeClusterArgs

data class ResponsePolicyGkeClusterArgs(val gkeClusterName: Output<String>) : ConvertibleToJava<ResponsePolicyGkeClusterArgs>

Constructors

Link copied to clipboard
constructor(gkeClusterName: Output<String>)

Properties

Link copied to clipboard
val gkeClusterName: Output<String>

The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like projects/*/locations/*/clusters/* //*/

Functions

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