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)

68 lines 2.65 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.PlanNeptuneUngracefulBehavior = exports.PlanLambdaEventSourceMappingUngracefulBehavior = exports.PlanLambdaEventSourceMappingConfigurationAction = 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 = { ArcRegionSwitchPlan: "ARCRegionSwitchPlan", ArcRoutingControl: "ARCRoutingControl", AuroraGlobalDatabase: "AuroraGlobalDatabase", AuroraProvisionedScaling: "AuroraProvisionedScaling", AuroraServerlessScaling: "AuroraServerlessScaling", CustomActionLambda: "CustomActionLambda", DocumentDb: "DocumentDb", Ec2AutoScaling: "EC2AutoScaling", EcsServiceScaling: "ECSServiceScaling", EksResourceScaling: "EKSResourceScaling", LambdaEventSourceMapping: "LambdaEventSourceMapping", ManualApproval: "ManualApproval", NeptuneGlobalDatabase: "NeptuneGlobalDatabase", Parallel: "Parallel", RdsCreateCrossRegionReplica: "RdsCreateCrossRegionReplica", RdsPromoteReadReplica: "RdsPromoteReadReplica", Route53HealthCheck: "Route53HealthCheck", }; exports.PlanGlobalAuroraUngracefulBehavior = { Failover: "failover", }; exports.PlanLambdaEventSourceMappingConfigurationAction = { Enable: "enable", Disable: "disable", }; exports.PlanLambdaEventSourceMappingUngracefulBehavior = { Skip: "skip", }; exports.PlanNeptuneUngracefulBehavior = { Failover: "failover", }; exports.PlanRecoveryApproach = { ActiveActive: "activeActive", ActivePassive: "activePassive", }; exports.PlanRegionToRunIn = { ActivatingRegion: "activatingRegion", DeactivatingRegion: "deactivatingRegion", ActiveRegion: "activeRegion", InactiveRegion: "inactiveRegion", }; exports.PlanRoutingControlStateChange = { On: "On", Off: "Off", }; exports.PlanWorkflowTargetAction = { Activate: "activate", Deactivate: "deactivate", PostRecovery: "postRecovery", }; //# sourceMappingURL=index.js.map