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)

37 lines 1.24 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.CampaignType = exports.CampaignLocalTimeZoneDetectionType = exports.CampaignLocalTimeZoneDetectionScope = exports.CampaignInstanceLimitsHandling = exports.CampaignDayOfWeek = exports.CampaignCommunicationLimitTimeUnit = exports.CampaignAgentAction = void 0; exports.CampaignAgentAction = { Discard: "DISCARD", }; exports.CampaignCommunicationLimitTimeUnit = { Day: "DAY", }; exports.CampaignDayOfWeek = { Monday: "MONDAY", Tuesday: "TUESDAY", Wednesday: "WEDNESDAY", Thursday: "THURSDAY", Friday: "FRIDAY", Saturday: "SATURDAY", Sunday: "SUNDAY", }; exports.CampaignInstanceLimitsHandling = { OptIn: "OPT_IN", OptOut: "OPT_OUT", }; exports.CampaignLocalTimeZoneDetectionScope = { PrimaryOnly: "PRIMARY_ONLY", AllAvailable: "ALL_AVAILABLE", }; exports.CampaignLocalTimeZoneDetectionType = { ZipCode: "ZIP_CODE", AreaCode: "AREA_CODE", }; exports.CampaignType = { Managed: "MANAGED", Journey: "JOURNEY", }; //# sourceMappingURL=index.js.map