AwsClusterWorkloadIdentityConfig

data class AwsClusterWorkloadIdentityConfig(val identityProvider: String? = null, val issuerUri: String? = null, val workloadPool: String? = null)

Constructors

Link copied to clipboard
constructor(identityProvider: String? = null, issuerUri: String? = null, workloadPool: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.

Link copied to clipboard
val issuerUri: String? = null

The OIDC issuer URL for this cluster.

Link copied to clipboard
val workloadPool: String? = null

The Workload Identity Pool associated to the cluster.