Class MonitorType
The type of Monitor.
Inheritance
Namespace: Amazon.CDK.AWS.AppConfig
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class MonitorType : Enum
Syntax (vb)
Public NotInheritable Class MonitorType
Inherits
Enum
Synopsis
Fields
CFN_MONITORS_PROPERTY | A Monitor from a CfnEnvironment.MonitorsProperty construct. |
CLOUDWATCH | A Monitor from a CloudWatch alarm. |
value__ |
Fields
CFN_MONITORS_PROPERTY
A Monitor from a CfnEnvironment.MonitorsProperty construct.
public const MonitorType CFN_MONITORS_PROPERTY
Field Value
Type | Description |
---|---|
Monitor |
CLOUDWATCH
A Monitor from a CloudWatch alarm.
public const MonitorType CLOUDWATCH
Field Value
Type | Description |
---|---|
Monitor |
value__
public int value__
Field Value
Type | Description |
---|---|
System. |