Skip to main content

access_entries_list_only

Lists access_entries in a region or regions, for all properties use access_entries

Overview

Nameaccess_entries_list_only
TypeResource
DescriptionAn object representing an Amazon EKS AccessEntry.
Idaws.eks.access_entries_list_only

Fields

NameDatatypeDescription
cluster_namestringThe cluster that the access entry is created for.
principal_arnstringThe principal ARN that the access entry is created for.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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