GetClusterIamPolicyPlainArgs

data class GetClusterIamPolicyPlainArgs(val cluster: String, val project: String? = null, val region: String? = null) : ConvertibleToJava<GetClusterIamPolicyPlainArgs>

A collection of arguments for invoking getClusterIamPolicy.

Constructors

Link copied to clipboard
constructor(cluster: String, project: String? = null, region: String? = null)

Properties

Link copied to clipboard

The name or relative resource id of the cluster to manage IAM policies for.

Link copied to clipboard
val project: String? = null
Link copied to clipboard
val region: String? = null

Functions

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