Skip to content

ListAccessEntries

Source: src/AWS/EKS/ListAccessEntries.ts

Runtime binding for eks:ListAccessEntries.

Enumerates the IAM principal ARNs granted Kubernetes access to the bound cluster via access entries. The cluster clusterName is injected from the bound Cluster and eks:ListAccessEntries is granted on the cluster’s ARN. Provide the implementation with Effect.provide(AWS.EKS.ListAccessEntriesHttp).

// init
const listAccessEntries = yield* AWS.EKS.ListAccessEntries(cluster);
// runtime
const { accessEntries } = yield* listAccessEntries();