Class CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty
A list of alert actions taken in response to an alert going into InAlert status.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty : CfnMonitoringScheduleAlertPropsMixin.IMonitoringAlertActionsProperty
Syntax (vb)
Public Class CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty Implements CfnMonitoringScheduleAlertPropsMixin.IMonitoringAlertActionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var monitoringAlertActionsProperty = new MonitoringAlertActionsProperty {
ModelDashboardIndicator = new ModelDashboardIndicatorActionProperty {
Enabled = false
}
};
Synopsis
Constructors
| MonitoringAlertActionsProperty() | A list of alert actions taken in response to an alert going into InAlert status. |
Properties
| ModelDashboardIndicator | An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status. |
Constructors
MonitoringAlertActionsProperty()
A list of alert actions taken in response to an alert going into InAlert status.
public MonitoringAlertActionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var monitoringAlertActionsProperty = new MonitoringAlertActionsProperty {
ModelDashboardIndicator = new ModelDashboardIndicatorActionProperty {
Enabled = false
}
};
Properties
ModelDashboardIndicator
An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.
public object? ModelDashboardIndicator { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnMonitoringScheduleAlertPropsMixin.IModelDashboardIndicatorActionProperty