ClusterAccessConfigArgs

data class ClusterAccessConfigArgs(val authenticationMode: Output<ClusterAccessConfigAuthenticationMode>? = null, val bootstrapClusterCreatorAdminPermissions: Output<Boolean>? = null) : ConvertibleToJava<ClusterAccessConfigArgs>

An object representing the Access Config to use for the cluster.

Constructors

Link copied to clipboard
constructor(authenticationMode: Output<ClusterAccessConfigAuthenticationMode>? = null, bootstrapClusterCreatorAdminPermissions: Output<Boolean>? = null)

Properties

Link copied to clipboard

Specify the authentication mode that should be used to create your cluster.

Link copied to clipboard

Set this value to false to avoid creating a default cluster admin Access Entry using the IAM principal used to create the cluster.

Functions

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