Class OpsItemSeverity
Types of OpsItem severity available.
Inheritance
Namespace: Amazon.CDK.AWS.CloudWatch.Actions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class OpsItemSeverity : Enum
Syntax (vb)
Public NotInheritable Class OpsItemSeverity
Inherits
Enum
Remarks
ExampleMetadata: infused
Examples
Alarm alarm;
// Create an OpsItem with specific severity and category when alarm triggers
alarm.AddAlarmAction(
new SsmAction(OpsItemSeverity.CRITICAL, OpsItemCategory.PERFORMANCE));
Synopsis
Fields
CRITICAL | Set the severity to critical. |
HIGH | Set the severity to high. |
LOW | Set the severity to low. |
MEDIUM | Set the severity to medium. |
value__ |
Fields
CRITICAL
Set the severity to critical.
public const OpsItemSeverity CRITICAL
Field Value
Type | Description |
---|---|
Ops |
HIGH
Set the severity to high.
public const OpsItemSeverity HIGH
Field Value
Type | Description |
---|---|
Ops |
LOW
Set the severity to low.
public const OpsItemSeverity LOW
Field Value
Type | Description |
---|---|
Ops |
MEDIUM
Set the severity to medium.
public const OpsItemSeverity MEDIUM
Field Value
Type | Description |
---|---|
Ops |
value__
public int value__
Field Value
Type | Description |
---|---|
System. |