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)

93 lines 3.09 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.TransformerTypeConverterEntryType = exports.TransformerProcessorListToMapPropertiesFlattenedElement = exports.TransformerOcsfVersion = exports.TransformerEventSource = exports.SubscriptionFilterDistribution = exports.QueryDefinitionQueryLanguage = exports.MetricFilterMetricTransformationUnit = exports.LogGroupClass = exports.LogAnomalyDetectorEvaluationFrequency = exports.IntegrationType = exports.IntegrationStatus = exports.AccountPolicyScope = exports.AccountPolicyPolicyType = void 0; exports.AccountPolicyPolicyType = { DataProtectionPolicy: "DATA_PROTECTION_POLICY", SubscriptionFilterPolicy: "SUBSCRIPTION_FILTER_POLICY", FieldIndexPolicy: "FIELD_INDEX_POLICY", TransformerPolicy: "TRANSFORMER_POLICY", }; exports.AccountPolicyScope = { All: "ALL", }; exports.IntegrationStatus = { Provisioning: "PROVISIONING", Active: "ACTIVE", Failed: "FAILED", }; exports.IntegrationType = { Opensearch: "OPENSEARCH", }; exports.LogAnomalyDetectorEvaluationFrequency = { FiveMin: "FIVE_MIN", TenMin: "TEN_MIN", FifteenMin: "FIFTEEN_MIN", ThirtyMin: "THIRTY_MIN", OneHour: "ONE_HOUR", }; exports.LogGroupClass = { Standard: "STANDARD", InfrequentAccess: "INFREQUENT_ACCESS", Delivery: "DELIVERY", }; exports.MetricFilterMetricTransformationUnit = { Seconds: "Seconds", Microseconds: "Microseconds", Milliseconds: "Milliseconds", Bytes: "Bytes", Kilobytes: "Kilobytes", Megabytes: "Megabytes", Gigabytes: "Gigabytes", Terabytes: "Terabytes", Bits: "Bits", Kilobits: "Kilobits", Megabits: "Megabits", Gigabits: "Gigabits", Terabits: "Terabits", Percent: "Percent", Count: "Count", BytesSecond: "Bytes/Second", KilobytesSecond: "Kilobytes/Second", MegabytesSecond: "Megabytes/Second", GigabytesSecond: "Gigabytes/Second", TerabytesSecond: "Terabytes/Second", BitsSecond: "Bits/Second", KilobitsSecond: "Kilobits/Second", MegabitsSecond: "Megabits/Second", GigabitsSecond: "Gigabits/Second", TerabitsSecond: "Terabits/Second", CountSecond: "Count/Second", None: "None", }; exports.QueryDefinitionQueryLanguage = { Cwli: "CWLI", Sql: "SQL", Ppl: "PPL", }; exports.SubscriptionFilterDistribution = { Random: "Random", ByLogStream: "ByLogStream", }; exports.TransformerEventSource = { CloudTrail: "CloudTrail", Route53Resolver: "Route53Resolver", VpcFlow: "VPCFlow", EksAudit: "EKSAudit", Awswaf: "AWSWAF", }; exports.TransformerOcsfVersion = { V11: "V1.1", }; exports.TransformerProcessorListToMapPropertiesFlattenedElement = { First: "first", Last: "last", }; exports.TransformerTypeConverterEntryType = { Boolean: "boolean", Integer: "integer", Double: "double", String: "string", }; //# sourceMappingURL=index.js.map