Show / Hide Table of Contents

Class CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty

A list of alert actions taken in response to an alert going into InAlert status.

Inheritance
object
CfnMonitoringScheduleAlertPropsMixin.MonitoringAlertActionsProperty
Implements
CfnMonitoringScheduleAlertPropsMixin.IMonitoringAlertActionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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
                 }
             };

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

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

Implements

CfnMonitoringScheduleAlertPropsMixin.IMonitoringAlertActionsProperty
Back to top Generated by DocFX