Interface CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty.Jsii$Proxy
- Enclosing class:
CfnMonitoringScheduleAlert
@Stability(Stable)
public static interface CfnMonitoringScheduleAlert.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.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 forCfnMonitoringScheduleAlert.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
IResolvableorCfnMonitoringScheduleAlert.ModelDashboardIndicatorActionProperty- See Also:
-
builder
@Stability(Stable) static CfnMonitoringScheduleAlert.MonitoringAlertActionsProperty.Builder builder()
-