access_entries_list_only
Lists access_entries
in a region or regions, for all properties use access_entries
Overview
Name | access_entries_list_only |
Type | Resource |
Description | An object representing an Amazon EKS AccessEntry. |
Id | aws.eks.access_entries_list_only |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all access_entries
in a region.
SELECT
region,
principal_arn,
cluster_name
FROM aws.eks.access_entries_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the access_entries_list_only
resource, see access_entries