ClusterAccessConfigArgs

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

Constructors

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

Properties

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

The authentication mode for the cluster. Valid values are CONFIG_MAP, API or API_AND_CONFIG_MAP

Link copied to clipboard

Whether or not to bootstrap the access config values to the cluster. Default is false.

Functions

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