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 |
---|---|---|
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. |
tags | array | An array of key-value pairs to apply to this resource. |
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