Interface CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty

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

@Stability(Stable) public static interface CfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty extends software.amazon.jsii.JsiiSerializable
An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes 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.*;
 ModelDashboardIndicatorActionProperty modelDashboardIndicatorActionProperty = ModelDashboardIndicatorActionProperty.builder()
         .enabled(false)
         .build();
 

See Also: