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.
usernamestringThe Kubernetes user that the access entry is associated with.
tagsarrayAn array of key-value pairs to apply to this resource.
access_entry_arnstringThe ARN of the access entry.
kubernetes_groupsarrayThe Kubernetes groups that the access entry is associated with.
access_policiesarrayAn array of access policies that are associated with the access entry.
typestringThe node type to associate with the access entry.
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