Skip to main content

access_entries

Retrieves a list of access_entries in a region

Overview

Nameaccess_entries
TypeResource
Descriptionaccess_entries
Idawscc.eks.access_entries

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
principal_arn,
cluster_name
FROM awscc.eks.access_entries
WHERE region = 'us-east-1'

Permissions

To operate on the access_entries resource, the following permissions are required:

Create

eks:CreateAccessEntry,
eks:DescribeAccessEntry,
eks:AssociateAccessPolicy,
eks:TagResource,
eks:ListAssociatedAccessPolicies

List

eks:ListAccessEntries