Skip to main content

pod_identity_associations_list_only

Lists pod_identity_associations in a region or regions, for all properties use pod_identity_associations

Overview

Namepod_identity_associations_list_only
TypeResource
DescriptionAn object representing an Amazon EKS PodIdentityAssociation.
Idaws.eks.pod_identity_associations_list_only

Fields

NameDatatypeDescription
cluster_namestringThe cluster that the pod identity association is created for.
role_arnstringThe IAM role ARN that the pod identity association is created for.
namespacestringThe Kubernetes namespace that the pod identity association is created for.
service_accountstringThe Kubernetes service account that the pod identity association is created for.
association_arnstringThe ARN of the pod identity association.
association_idstringThe ID of the pod identity association.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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