Interface CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty

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

@Stability(Stable) public static interface CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty extends software.amazon.jsii.JsiiSerializable
A list of alert actions taken in response to an alert going into InAlert status.

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.sagemaker.*;
 MonitoringAlertActionsProperty monitoringAlertActionsProperty = MonitoringAlertActionsProperty.builder()
         .modelDashboardIndicator(ModelDashboardIndicatorActionProperty.builder()
                 .enabled(false)
                 .build())
         .build();
 

See Also: