@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)
43 lines • 1.53 kB
JavaScript
;
// *** 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.WorkGroupState = exports.WorkGroupS3AclOption = exports.WorkGroupEncryptionOption = exports.DataCatalogType = exports.DataCatalogStatus = exports.CapacityReservationStatus = void 0;
exports.CapacityReservationStatus = {
Pending: "PENDING",
Active: "ACTIVE",
Cancelling: "CANCELLING",
Cancelled: "CANCELLED",
Failed: "FAILED",
UpdatePending: "UPDATE_PENDING",
};
exports.DataCatalogStatus = {
CreateInProgress: "CREATE_IN_PROGRESS",
CreateComplete: "CREATE_COMPLETE",
CreateFailed: "CREATE_FAILED",
CreateFailedCleanupInProgress: "CREATE_FAILED_CLEANUP_IN_PROGRESS",
CreateFailedCleanupComplete: "CREATE_FAILED_CLEANUP_COMPLETE",
CreateFailedCleanupFailed: "CREATE_FAILED_CLEANUP_FAILED",
DeleteInProgress: "DELETE_IN_PROGRESS",
DeleteComplete: "DELETE_COMPLETE",
DeleteFailed: "DELETE_FAILED",
};
exports.DataCatalogType = {
Lambda: "LAMBDA",
Glue: "GLUE",
Hive: "HIVE",
Federated: "FEDERATED",
};
exports.WorkGroupEncryptionOption = {
SseS3: "SSE_S3",
SseKms: "SSE_KMS",
CseKms: "CSE_KMS",
};
exports.WorkGroupS3AclOption = {
BucketOwnerFullControl: "BUCKET_OWNER_FULL_CONTROL",
};
exports.WorkGroupState = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
//# sourceMappingURL=index.js.map