Module: AWSCDK::AppConfig::MonitorType
- Defined in:
- app_config/monitor_type.rb
Overview
The type of Monitor.
Constant Summary collapse
- CLOUDWATCH =
Deprecated.Note:
Default:
A Monitor from a CloudWatch alarm.
Jsii::Enum.new("aws-cdk-lib.aws_appconfig.MonitorType", "CLOUDWATCH")
- CFN_MONITORS_PROPERTY =
Deprecated.Note:
Default:
A Monitor from a CfnEnvironment.MonitorsProperty construct.
Jsii::Enum.new("aws-cdk-lib.aws_appconfig.MonitorType", "CFN_MONITORS_PROPERTY")