Skip to main content

pod_identity_association_tags

Expands all tag keys and values for pod_identity_associations in a region

Overview

Namepod_identity_association_tags
TypeResource
DescriptionAn object representing an Amazon EKS PodIdentityAssociation.
Idaws.eks.pod_identity_association_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all pod_identity_associations in a region.

SELECT
region,
cluster_name,
role_arn,
namespace,
service_account,
association_arn,
association_id,
tag_key,
tag_value
FROM aws.eks.pod_identity_association_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the pod_identity_association_tags resource, see pod_identity_associations