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
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; }