Class CfnEndpointPropsMixin.AlarmProperty
An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.
Implements
Inherited Members
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
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
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; }