UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

25 lines 885 B
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.PrincipalPermissionsResourceType = exports.PrincipalPermissionsPermission = void 0; exports.PrincipalPermissionsPermission = { All: "ALL", Select: "SELECT", Alter: "ALTER", Drop: "DROP", Delete: "DELETE", Insert: "INSERT", Describe: "DESCRIBE", CreateDatabase: "CREATE_DATABASE", CreateTable: "CREATE_TABLE", DataLocationAccess: "DATA_LOCATION_ACCESS", CreateLfTag: "CREATE_LF_TAG", Associate: "ASSOCIATE", GrantWithLfTagExpression: "GRANT_WITH_LF_TAG_EXPRESSION", }; exports.PrincipalPermissionsResourceType = { Database: "DATABASE", Table: "TABLE", }; //# sourceMappingURL=index.js.map