pod_identity_associations
Retrieves a list of pod_identity_associations
in a region
Overview
Name | pod_identity_associations |
Type | Resource |
Description | pod_identity_associations |
Id | awscc.eks.pod_identity_associations |
Fields
Name | Datatype | Description |
---|---|---|
association_arn | string | The ARN of the pod identity association. |
region | string | AWS 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