aws.eks.list_pod_identity_associations
Example SQL Queries
SELECT * FROMaws.eks.list_pod_identity_associationsWHERE"cluster_name" = 'VALUE';Description
List the EKS Pod Identity associations in a cluster. You can filter the list by the namespace that the association is in or the service account that the association uses.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_name Required Input Column The name of the cluster that the association is in. | VARCHAR |
| namespace Input Column The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace. | VARCHAR |
| service_account Input Column The name of the Kubernetes service account inside the cluster to associate the IAM credentials with. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| association_arn The Amazon Resource Name (ARN) of the association. | VARCHAR |
| association_id The ID of the association. | VARCHAR |
| owner_arn If defined, the Pod Identity Association is owned by an Amazon EKS Addon. | VARCHAR |