Cluster Access Config Args
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)