CreatePodIdentityAssociationRequest
Types
Properties
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
The name of the cluster to create the EKS Pod Identity association in.
Disable the automatic sessions tags that are appended by EKS Pod Identity.
An optional IAM policy in JSON format (as an escaped string) that applies additional restrictions to this pod identity association beyond the IAM policies attached to the IAM role. This policy is applied as the intersection of the role's policies and this policy, allowing you to reduce the permissions that applications in the pods can use. Use this policy to enforce least privilege access while still leveraging a shared IAM role across multiple applications.
The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.
The Amazon Resource Name (ARN) of the target IAM role to associate with the service account. This role is assumed by using the EKS Pod Identity association role, then the credentials for this role are injected into the Pod.