@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)
78 lines • 3.6 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.AutomationRuleStringCriteriaConditionComparison = exports.AutomationRuleStatus = exports.AutomationRuleRuleType = exports.AutomationRuleResourceTagsCriteriaConditionComparison = exports.AutomationRuleRecommendedActionTypesItem = exports.AutomationRuleOrganizationConfigurationRuleApplyOrder = exports.AutomationRuleIntegerCriteriaConditionComparison = exports.AutomationRuleDoubleCriteriaConditionComparison = void 0;
exports.AutomationRuleDoubleCriteriaConditionComparison = {
StringEquals: "StringEquals",
StringNotEquals: "StringNotEquals",
StringEqualsIgnoreCase: "StringEqualsIgnoreCase",
StringNotEqualsIgnoreCase: "StringNotEqualsIgnoreCase",
StringLike: "StringLike",
StringNotLike: "StringNotLike",
NumericEquals: "NumericEquals",
NumericNotEquals: "NumericNotEquals",
NumericLessThan: "NumericLessThan",
NumericLessThanEquals: "NumericLessThanEquals",
NumericGreaterThan: "NumericGreaterThan",
NumericGreaterThanEquals: "NumericGreaterThanEquals",
};
exports.AutomationRuleIntegerCriteriaConditionComparison = {
StringEquals: "StringEquals",
StringNotEquals: "StringNotEquals",
StringEqualsIgnoreCase: "StringEqualsIgnoreCase",
StringNotEqualsIgnoreCase: "StringNotEqualsIgnoreCase",
StringLike: "StringLike",
StringNotLike: "StringNotLike",
NumericEquals: "NumericEquals",
NumericNotEquals: "NumericNotEquals",
NumericLessThan: "NumericLessThan",
NumericLessThanEquals: "NumericLessThanEquals",
NumericGreaterThan: "NumericGreaterThan",
NumericGreaterThanEquals: "NumericGreaterThanEquals",
};
exports.AutomationRuleOrganizationConfigurationRuleApplyOrder = {
BeforeAccountRules: "BeforeAccountRules",
AfterAccountRules: "AfterAccountRules",
};
exports.AutomationRuleRecommendedActionTypesItem = {
SnapshotAndDeleteUnattachedEbsVolume: "SnapshotAndDeleteUnattachedEbsVolume",
UpgradeEbsVolumeType: "UpgradeEbsVolumeType",
};
exports.AutomationRuleResourceTagsCriteriaConditionComparison = {
StringEquals: "StringEquals",
StringNotEquals: "StringNotEquals",
StringEqualsIgnoreCase: "StringEqualsIgnoreCase",
StringNotEqualsIgnoreCase: "StringNotEqualsIgnoreCase",
StringLike: "StringLike",
StringNotLike: "StringNotLike",
NumericEquals: "NumericEquals",
NumericNotEquals: "NumericNotEquals",
NumericLessThan: "NumericLessThan",
NumericLessThanEquals: "NumericLessThanEquals",
NumericGreaterThan: "NumericGreaterThan",
NumericGreaterThanEquals: "NumericGreaterThanEquals",
};
exports.AutomationRuleRuleType = {
AccountRule: "AccountRule",
OrganizationRule: "OrganizationRule",
};
exports.AutomationRuleStatus = {
Active: "Active",
Inactive: "Inactive",
};
exports.AutomationRuleStringCriteriaConditionComparison = {
StringEquals: "StringEquals",
StringNotEquals: "StringNotEquals",
StringEqualsIgnoreCase: "StringEqualsIgnoreCase",
StringNotEqualsIgnoreCase: "StringNotEqualsIgnoreCase",
StringLike: "StringLike",
StringNotLike: "StringNotLike",
NumericEquals: "NumericEquals",
NumericNotEquals: "NumericNotEquals",
NumericLessThan: "NumericLessThan",
NumericLessThanEquals: "NumericLessThanEquals",
NumericGreaterThan: "NumericGreaterThan",
NumericGreaterThanEquals: "NumericGreaterThanEquals",
};
//# sourceMappingURL=index.js.map