Module: AWSCDK::CloudWatchActions::OpsItemCategory

Defined in:
cloud_watch_actions/ops_item_category.rb

Overview

Types of OpsItem category available.

Constant Summary collapse

AVAILABILITY =
Deprecated.
Note:

Default:

Set the category to availability.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch_actions.OpsItemCategory", "AVAILABILITY")
COST =
Deprecated.
Note:

Default:

Set the category to cost.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch_actions.OpsItemCategory", "COST")
PERFORMANCE =
Deprecated.
Note:

Default:

Set the category to performance.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch_actions.OpsItemCategory", "PERFORMANCE")
RECOVERY =
Deprecated.
Note:

Default:

Set the category to recovery.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch_actions.OpsItemCategory", "RECOVERY")
SECURITY =
Deprecated.
Note:

Default:

Set the category to security.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch_actions.OpsItemCategory", "SECURITY")