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)

49 lines 1.79 kB
"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.PlanWorkflowTargetAction = exports.PlanRoutingControlStateChange = exports.PlanRegionToRunIn = exports.PlanRecoveryApproach = exports.PlanGlobalAuroraUngracefulBehavior = exports.PlanExecutionBlockType = exports.PlanDocumentDbUngracefulBehavior = exports.PlanAlarmType = exports.PlanAlarmCondition = void 0; exports.PlanAlarmCondition = { Red: "red", Green: "green", }; exports.PlanAlarmType = { ApplicationHealth: "applicationHealth", Trigger: "trigger", }; exports.PlanDocumentDbUngracefulBehavior = { Failover: "failover", }; exports.PlanExecutionBlockType = { CustomActionLambda: "CustomActionLambda", ManualApproval: "ManualApproval", AuroraGlobalDatabase: "AuroraGlobalDatabase", Ec2AutoScaling: "EC2AutoScaling", ArcRoutingControl: "ARCRoutingControl", ArcRegionSwitchPlan: "ARCRegionSwitchPlan", Parallel: "Parallel", EcsServiceScaling: "ECSServiceScaling", EksResourceScaling: "EKSResourceScaling", Route53HealthCheck: "Route53HealthCheck", DocumentDb: "DocumentDb", }; exports.PlanGlobalAuroraUngracefulBehavior = { Failover: "failover", }; exports.PlanRecoveryApproach = { ActiveActive: "activeActive", ActivePassive: "activePassive", }; exports.PlanRegionToRunIn = { ActivatingRegion: "activatingRegion", DeactivatingRegion: "deactivatingRegion", }; exports.PlanRoutingControlStateChange = { On: "On", Off: "Off", }; exports.PlanWorkflowTargetAction = { Activate: "activate", Deactivate: "deactivate", }; //# sourceMappingURL=index.js.map