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)

41 lines 1.41 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.TrailEventSelectorReadWriteType = exports.EventDataStoreMaxEventSize = exports.EventDataStoreContextKeySelectorType = exports.DashboardType = exports.DashboardStatus = exports.DashboardRefreshScheduleStatus = exports.DashboardRefreshScheduleFrequencyPropertiesUnit = exports.ChannelDestinationType = void 0; exports.ChannelDestinationType = { EventDataStore: "EVENT_DATA_STORE", }; exports.DashboardRefreshScheduleFrequencyPropertiesUnit = { Hours: "HOURS", Days: "DAYS", }; exports.DashboardRefreshScheduleStatus = { Enabled: "ENABLED", Disabled: "DISABLED", }; exports.DashboardStatus = { Creating: "CREATING", Created: "CREATED", Updating: "UPDATING", Updated: "UPDATED", Deleting: "DELETING", }; exports.DashboardType = { Managed: "MANAGED", Custom: "CUSTOM", }; exports.EventDataStoreContextKeySelectorType = { RequestContext: "RequestContext", TagContext: "TagContext", }; exports.EventDataStoreMaxEventSize = { Standard: "Standard", Large: "Large", }; exports.TrailEventSelectorReadWriteType = { All: "All", ReadOnly: "ReadOnly", WriteOnly: "WriteOnly", }; //# sourceMappingURL=index.js.map