access_entries_list_only
Lists access_entries in a region or regions, for all properties use access_entries
Overview
| Name | access_entries_list_only |
| Type | Resource |
| Description | An object representing an Amazon EKS AccessEntry. |
| Id | aws.eks.access_entries_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
cluster_name | string | The cluster that the access entry is created for. |
principal_arn | string | The principal ARN that the access entry is created for. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all access_entries in a region.
SELECT
region,
principal_arn,
cluster_name
FROM aws.eks.access_entries_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the access_entries_list_only resource, see access_entries