ClusterAccessConfig

data class ClusterAccessConfig(val authenticationMode: ClusterAccessConfigAuthenticationMode? = null, val bootstrapClusterCreatorAdminPermissions: Boolean? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

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.