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)

21 lines (20 loc) 818 B
export declare const AlarmModelSimpleRuleComparisonOperator: { readonly Greater: "GREATER"; readonly GreaterOrEqual: "GREATER_OR_EQUAL"; readonly Less: "LESS"; readonly LessOrEqual: "LESS_OR_EQUAL"; readonly Equal: "EQUAL"; readonly NotEqual: "NOT_EQUAL"; }; /** * The comparison operator. */ export type AlarmModelSimpleRuleComparisonOperator = (typeof AlarmModelSimpleRuleComparisonOperator)[keyof typeof AlarmModelSimpleRuleComparisonOperator]; export declare const DetectorModelEvaluationMethod: { readonly Batch: "BATCH"; readonly Serial: "SERIAL"; }; /** * Information about the order in which events are evaluated and how actions are executed. */ export type DetectorModelEvaluationMethod = (typeof DetectorModelEvaluationMethod)[keyof typeof DetectorModelEvaluationMethod];