@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)
22 lines (21 loc) • 957 B
TypeScript
export declare const PrincipalPermissionsPermission: {
readonly All: "ALL";
readonly Select: "SELECT";
readonly Alter: "ALTER";
readonly Drop: "DROP";
readonly Delete: "DELETE";
readonly Insert: "INSERT";
readonly Describe: "DESCRIBE";
readonly CreateDatabase: "CREATE_DATABASE";
readonly CreateTable: "CREATE_TABLE";
readonly DataLocationAccess: "DATA_LOCATION_ACCESS";
readonly CreateLfTag: "CREATE_LF_TAG";
readonly Associate: "ASSOCIATE";
readonly GrantWithLfTagExpression: "GRANT_WITH_LF_TAG_EXPRESSION";
};
export type PrincipalPermissionsPermission = (typeof PrincipalPermissionsPermission)[keyof typeof PrincipalPermissionsPermission];
export declare const PrincipalPermissionsResourceType: {
readonly Database: "DATABASE";
readonly Table: "TABLE";
};
export type PrincipalPermissionsResourceType = (typeof PrincipalPermissionsResourceType)[keyof typeof PrincipalPermissionsResourceType];