UNPKG

aws-iam-policy-types

Version:

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

23 lines 851 B
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsVpceActions = void 0; /** * All IAM policy actions for AWS PrivateLink (VPCE) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsprivatelink.html * * 2025-02-24T21:49:16.208Z */ var AwsVpceActions; (function (AwsVpceActions) { /** * Grants permission to manage multi-region VPC endpoints and VPC endpoint service * configurations * * See https://docs.aws.amazon.com/vpc/latest/privatelink/vpc/latest/privatelink/security_iam_service-with-iam.html */ AwsVpceActions["AllowMultiRegion"] = "vpce:AllowMultiRegion"; })(AwsVpceActions = exports.AwsVpceActions || (exports.AwsVpceActions = {})); //# sourceMappingURL=vpce.js.map