ProvisionedClusterIdentityArgs

data class ProvisionedClusterIdentityArgs(val type: Output<ResourceIdentityType>) : ConvertibleToJava<ProvisionedClusterIdentityArgs>

Identity for the Provisioned cluster.

Constructors

Link copied to clipboard
constructor(type: Output<ResourceIdentityType>)

Properties

Link copied to clipboard

The type of identity used for the provisioned cluster. The type SystemAssigned, includes a system created identity. The type None means no identity is assigned to the provisioned cluster.

Functions

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