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)

31 lines 1.2 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.BudgetsActionSubscriberType = exports.BudgetsActionSsmActionDefinitionSubtype = exports.BudgetsActionNotificationType = exports.BudgetsActionApprovalModel = exports.BudgetsActionActionType = exports.BudgetsActionActionThresholdType = void 0; exports.BudgetsActionActionThresholdType = { Percentage: "PERCENTAGE", AbsoluteValue: "ABSOLUTE_VALUE", }; exports.BudgetsActionActionType = { ApplyIamPolicy: "APPLY_IAM_POLICY", ApplyScpPolicy: "APPLY_SCP_POLICY", RunSsmDocuments: "RUN_SSM_DOCUMENTS", }; exports.BudgetsActionApprovalModel = { Automatic: "AUTOMATIC", Manual: "MANUAL", }; exports.BudgetsActionNotificationType = { Actual: "ACTUAL", Forecasted: "FORECASTED", }; exports.BudgetsActionSsmActionDefinitionSubtype = { StopEc2Instances: "STOP_EC2_INSTANCES", StopRdsInstances: "STOP_RDS_INSTANCES", }; exports.BudgetsActionSubscriberType = { Sns: "SNS", Email: "EMAIL", }; //# sourceMappingURL=index.js.map