@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)
35 lines • 1.31 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.ApplicationSubComponentTypeConfigurationSubComponentType = exports.ApplicationLogEncoding = exports.ApplicationGroupingType = exports.ApplicationEventLevel = exports.ApplicationComponentMonitoringSettingComponentConfigurationMode = exports.ApplicationAlarmSeverity = void 0;
exports.ApplicationAlarmSeverity = {
High: "HIGH",
Medium: "MEDIUM",
Low: "LOW",
};
exports.ApplicationComponentMonitoringSettingComponentConfigurationMode = {
Default: "DEFAULT",
DefaultWithOverwrite: "DEFAULT_WITH_OVERWRITE",
Custom: "CUSTOM",
};
exports.ApplicationEventLevel = {
Information: "INFORMATION",
Warning: "WARNING",
Error: "ERROR",
Critical: "CRITICAL",
Verbose: "VERBOSE",
};
exports.ApplicationGroupingType = {
AccountBased: "ACCOUNT_BASED",
};
exports.ApplicationLogEncoding = {
Utf8: "utf-8",
Utf16: "utf-16",
Ascii: "ascii",
};
exports.ApplicationSubComponentTypeConfigurationSubComponentType = {
Awsec2Instance: "AWS::EC2::Instance",
Awsec2Volume: "AWS::EC2::Volume",
};
//# sourceMappingURL=index.js.map