pod_identity_associations_list_only
Lists pod_identity_associations in a region or regions, for all properties use pod_identity_associations
Overview
| Name | pod_identity_associations_list_only |
| Type | Resource |
| Description | An object representing an Amazon EKS PodIdentityAssociation. |
| Id | aws.eks.pod_identity_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
association_arn | string | The ARN of the pod identity association. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all pod_identity_associations in a region.
SELECT
region,
association_arn
FROM aws.eks.pod_identity_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pod_identity_associations_list_only resource, see pod_identity_associations