Interface CfnMonitoringScheduleAlertPropsMixin.IMonitoringAlertActionsProperty
A list of alert actions taken in response to an alert going into InAlert status.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnMonitoringScheduleAlertPropsMixin.IMonitoringAlertActionsProperty
Syntax (vb)
Public Interface 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
Properties
| ModelDashboardIndicator | An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes 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.
object? ModelDashboardIndicator { get; }
Property Value
Remarks
Type union: either IResolvable or CfnMonitoringScheduleAlertPropsMixin.IModelDashboardIndicatorActionProperty