ConnectedClusterIdentityArgs

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

Identity for the connected cluster.

Constructors

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

Properties

Link copied to clipboard

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

Functions

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