Skip to main content

access_entry

Gets an individual access_entry resource

Overview

Nameaccess_entry
TypeResource
Descriptionaccess_entry
Idawscc.eks.access_entry

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cluster_name,
principal_arn,
username,
tags,
access_entry_arn,
kubernetes_groups,
access_policies,
type
FROM awscc.eks.access_entry
WHERE data__Identifier = '<PrincipalArn>|<ClusterName>';

Permissions

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

Read

eks:DescribeAccessEntry,
eks:ListAssociatedAccessPolicies

Update

eks:DescribeAccessEntry,
eks:ListAssociatedAccessPolicies,
eks:UpdateAccessEntry,
eks:AssociateAccessPolicy,
eks:DisassociateAccessPolicy,
eks:TagResource,
eks:UntagResource

Delete

eks:DeleteAccessEntry,
eks:DescribeAccessEntry