@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)
30 lines • 1.06 kB
JavaScript
;
// *** 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.AnomalyDetectorMetricSetMetricSetFrequency = exports.AnomalyDetectorMetricAggregationFunction = exports.AnomalyDetectorJsonFormatDescriptorFileCompression = exports.AnomalyDetectorFrequency = exports.AnomalyDetectorCsvFormatDescriptorFileCompression = void 0;
exports.AnomalyDetectorCsvFormatDescriptorFileCompression = {
None: "NONE",
Gzip: "GZIP",
};
exports.AnomalyDetectorFrequency = {
Pt5m: "PT5M",
Pt10m: "PT10M",
Pt1h: "PT1H",
P1d: "P1D",
};
exports.AnomalyDetectorJsonFormatDescriptorFileCompression = {
None: "NONE",
Gzip: "GZIP",
};
exports.AnomalyDetectorMetricAggregationFunction = {
Avg: "AVG",
Sum: "SUM",
};
exports.AnomalyDetectorMetricSetMetricSetFrequency = {
Pt5m: "PT5M",
Pt10m: "PT10M",
Pt1h: "PT1H",
P1d: "P1D",
};
//# sourceMappingURL=index.js.map