Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedulealert-monitoringalertactions.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-monitoringschedulealert-monitoringalertactions.html#cfn-sagemaker-monitoringschedulealert-monitoringalertactions-modeldashboardindicator

Type union: either IResolvable or CfnMonitoringScheduleAlertPropsMixin.IModelDashboardIndicatorActionProperty

Back to top Generated by DocFX