Show / Hide Table of Contents

Class CfnInferenceComponentPropsMixin.AlarmProperty

An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.

Inheritance
object
CfnInferenceComponentPropsMixin.AlarmProperty
Implements
CfnInferenceComponentPropsMixin.IAlarmProperty
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 CfnInferenceComponentPropsMixin.AlarmProperty : CfnInferenceComponentPropsMixin.IAlarmProperty
Syntax (vb)
Public Class CfnInferenceComponentPropsMixin.AlarmProperty Implements CfnInferenceComponentPropsMixin.IAlarmProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-alarm.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 alarmProperty = new AlarmProperty {
                 AlarmName = "alarmName"
             };

Synopsis

Constructors

AlarmProperty()

An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.

Properties

AlarmName

The name of a CloudWatch alarm in your account.

Constructors

AlarmProperty()

An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.

public AlarmProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-alarm.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 alarmProperty = new AlarmProperty {
                 AlarmName = "alarmName"
             };

Properties

AlarmName

The name of a CloudWatch alarm in your account.

public string? AlarmName { get; set; }
Property Value

string

Remarks

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

Implements

CfnInferenceComponentPropsMixin.IAlarmProperty
Back to top Generated by DocFX