UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

18 lines (17 loc) 574 B
/** * All IAM policy actions for Amazon EKS Auth (EKS-AUTH) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoneksauth.html * * 2025-02-24T21:47:44.009Z */ export declare enum AwsEksAuthActions { /** * Grants permission to exchange a Kubernetes service account token for temporary * AWS credentials * * See https://docs.aws.amazon.com/eks/latest/APIReference/API_auth_AssumeRoleForPodIdentity.html */ AssumeRoleForPodIdentity = "eks-auth:AssumeRoleForPodIdentity" }