Show / Hide Table of Contents

Interface CfnClusterPropsMixin.IAlarmDetailsProperty

The details of the alarm to monitor during the AMI update.

Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnClusterPropsMixin.IAlarmDetailsProperty
Syntax (vb)
Public Interface CfnClusterPropsMixin.IAlarmDetailsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-alarmdetails.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.Mixins.Preview.AWS.SageMaker.Mixins;

             var alarmDetailsProperty = new AlarmDetailsProperty {
                 AlarmName = "alarmName"
             };

Synopsis

Properties

AlarmName

The name of the alarm.

Properties

AlarmName

The name of the alarm.

string? AlarmName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-alarmdetails.html#cfn-sagemaker-cluster-alarmdetails-alarmname

Back to top Generated by DocFX