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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModelDashboardIndicator
An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.Returns union: either
IResolvableorCfnMonitoringScheduleAlertPropsMixin.ModelDashboardIndicatorActionProperty- See Also:
-
builder
@Stability(Stable) static CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty.Builder builder()
-