access_entries
Retrieves a list of access_entries
in a region
Overview
Name | access_entries |
Type | Resource |
Description | access_entries |
Id | awscc.eks.access_entries |
Fields
Name | Datatype | Description |
---|---|---|
principal_arn | string | The principal ARN that the access entry is created for. |
cluster_name | string | The cluster that the access entry is created for. |
region | string | AWS 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