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)

53 lines 1.82 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.TrailTemplate = exports.TrailSourceEventCategory = exports.TrailEventSelectorReadWriteType = exports.TrailAggregationConfigurationEventCategory = 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.TrailAggregationConfigurationEventCategory = { Data: "Data", }; exports.TrailEventSelectorReadWriteType = { All: "All", ReadOnly: "ReadOnly", WriteOnly: "WriteOnly", }; exports.TrailSourceEventCategory = { Management: "Management", Data: "Data", }; exports.TrailTemplate = { ApiActivity: "API_ACTIVITY", ResourceAccess: "RESOURCE_ACCESS", UserActions: "USER_ACTIONS", }; //# sourceMappingURL=index.js.map