Module: AWSCDK::CloudWatchActions::OpsItemSeverity
- Defined in:
- cloud_watch_actions/ops_item_severity.rb
Overview
Types of OpsItem severity available.
Constant Summary collapse
- CRITICAL =
Deprecated.Note:
Default:
Set the severity to critical.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch_actions.OpsItemSeverity", "CRITICAL")
- HIGH =
Deprecated.Note:
Default:
Set the severity to high.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch_actions.OpsItemSeverity", "HIGH")
- MEDIUM =
Deprecated.Note:
Default:
Set the severity to medium.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch_actions.OpsItemSeverity", "MEDIUM")
- LOW =
Deprecated.Note:
Default:
Set the severity to low.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch_actions.OpsItemSeverity", "LOW")