pod_identity_association_tags
Expands all tag keys and values for pod_identity_associations
in a region
Overview
Name | pod_identity_association_tags |
Type | Resource |
Description | An object representing an Amazon EKS PodIdentityAssociation. |
Id | aws.eks.pod_identity_association_tags |
Fields
Name | Datatype | Description |
---|---|---|
cluster_name | string | The cluster that the pod identity association is created for. |
role_arn | string | The IAM role ARN that the pod identity association is created for. |
namespace | string | The Kubernetes namespace that the pod identity association is created for. |
service_account | string | The Kubernetes service account that the pod identity association is created for. |
association_arn | string | The ARN of the pod identity association. |
association_id | string | The ID of the pod identity association. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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