access_entry_tags
Expands all tag keys and values for access_entries
in a region
Overview
Name | access_entry_tags |
Type | Resource |
Description | An object representing an Amazon EKS AccessEntry. |
Id | aws.eks.access_entry_tags |
Fields
Name | Datatype | Description |
---|---|---|
cluster_name | string | The cluster that the access entry is created for. |
principal_arn | string | The principal ARN that the access entry is created for. |
username | string | The Kubernetes user that the access entry is associated with. |
access_entry_arn | string | The ARN of the access entry. |
kubernetes_groups | array | The Kubernetes groups that the access entry is associated with. |
access_policies | array | An array of access policies that are associated with the access entry. |
type | string | The node type to associate with the access entry. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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