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