Skip to main content

access_entry_tags

Expands all tag keys and values for access_entries in a region

Overview

Nameaccess_entry_tags
TypeResource
DescriptionAn object representing an Amazon EKS AccessEntry.
Idaws.eks.access_entry_tags

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.
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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all access_entries in a region.

SELECT
region,
cluster_name,
principal_arn,
username,
access_entry_arn,
kubernetes_groups,
access_policies,
type,
tag_key,
tag_value
FROM aws.eks.access_entry_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the access_entry_tags resource, see access_entries