@cloudtoolkit/aws
Version:
The Cloud Toolkit AWS provider for Pulumi provision well-architected solutions in [AWS](https://aws.amazon.com/). With Cloud Toolkit AWS you can use your preferred programming language to manage your platform with Infrastructure as Code.
10 lines • 398 B
JavaScript
;
// *** WARNING: this file was generated by Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeadLetterQueueTypes = void 0;
exports.DeadLetterQueueTypes = {
PERMISSIVE: "permissive",
RESTRICTIVE: "restrictive",
};
//# sourceMappingURL=index.js.map