Show / Hide Table of Contents

Class CfnEndpointPropsMixin.AlarmProperty

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

Inheritance
object
CfnEndpointPropsMixin.AlarmProperty
Implements
CfnEndpointPropsMixin.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.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnEndpointPropsMixin.AlarmProperty : CfnEndpointPropsMixin.IAlarmProperty
Syntax (vb)
Public Class CfnEndpointPropsMixin.AlarmProperty Implements CfnEndpointPropsMixin.IAlarmProperty
Remarks

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

             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-endpoint-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.Mixins.Preview.AWS.SageMaker.Mixins;

             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-endpoint-alarm.html#cfn-sagemaker-endpoint-alarm-alarmname

Implements

CfnEndpointPropsMixin.IAlarmProperty
Back to top Generated by DocFX