---
type: resource-type
title: PodIdentityAssociation
description: aws resource type AWS::EKS::PodIdentityAssociation
name: PodIdentityAssociation
lexicon: aws
resource_type: AWS::EKS::PodIdentityAssociation
---
`AWS::EKS::PodIdentityAssociation`, a resource type of the aws lexicon.

## Properties

- `ClusterName` (`string`, required): The cluster that the pod identity association is created for.
- `Namespace` (`string`, required): The Kubernetes namespace that the pod identity association is created for.
- `RoleArn` (`string`, required): The IAM role ARN that the pod identity association is created for.
- `ServiceAccount` (`string`, required): The Kubernetes service account that the pod identity association is created for.
- `AssociationArn` (`string`, optional): The ARN of the pod identity association.
- `AssociationId` (`string`, optional): The ID of the pod identity association.
- `DisableSessionTags` (`boolean`, optional): The Disable Session Tags of the pod identity association.
- `ExternalId` (`string`, optional): The External Id of the pod identity association.
- `Policy` (`string`, optional): The policy of the pod identity association.
- `Tags` (`PodIdentityAssociation_Tag[]`, optional): An array of key-value pairs to apply to this resource.
- `TargetRoleArn` (`string`, optional): The Target Role Arn of the pod identity association.

## Attributes

- `AssociationArn`
- `AssociationId`
- `ExternalId`
