Skip to main content

pod_identity_associations

Retrieves a list of pod_identity_associations in a region

Overview

Namepod_identity_associations
TypeResource
Descriptionpod_identity_associations
Idawscc.eks.pod_identity_associations

Fields

NameDatatypeDescription
association_arnstringThe ARN of the pod identity association.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
association_arn
FROM awscc.eks.pod_identity_associations
WHERE region = 'us-east-1'

Permissions

To operate on the pod_identity_associations resource, the following permissions are required:

Create

eks:CreatePodIdentityAssociation,
eks:DescribePodIdentityAssociation,
eks:TagResource,
iam:PassRole,
iam:GetRole

List

eks:ListPodIdentityAssociations