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).
Inspecting Identity and Access
Section titled “Inspecting Identity and Access”// initconst listAccessEntries = yield* AWS.EKS.ListAccessEntries(cluster);
// runtimeconst { accessEntries } = yield* listAccessEntries();