AddonPodIdentityAssociation

data class AddonPodIdentityAssociation(val roleArn: String, val serviceAccount: String)

Constructors

Link copied to clipboard
constructor(roleArn: String, serviceAccount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.

Link copied to clipboard

The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.