Interface CfnEnvironmentPropsMixin.MonitorProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEnvironmentPropsMixin.MonitorProperty.Jsii$Proxy
Enclosing class:
CfnEnvironmentPropsMixin

@Stability(Stable) public static interface CfnEnvironmentPropsMixin.MonitorProperty extends software.amazon.jsii.JsiiSerializable
Amazon CloudWatch alarms to monitor during the deployment process.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.appconfig.*;
 MonitorProperty monitorProperty = MonitorProperty.builder()
         .alarmArn("alarmArn")
         .alarmRoleArn("alarmRoleArn")
         .build();
 

See Also: