aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
23 lines • 881 B
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsEksAuthActions = void 0;
/**
* 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
*/
var AwsEksAuthActions;
(function (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
*/
AwsEksAuthActions["AssumeRoleForPodIdentity"] = "eks-auth:AssumeRoleForPodIdentity";
})(AwsEksAuthActions = exports.AwsEksAuthActions || (exports.AwsEksAuthActions = {}));
//# sourceMappingURL=eks-auth.js.map