Interface CfnCluster.AlarmDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.AlarmDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.AlarmDetailsProperty
extends software.amazon.jsii.JsiiSerializable
The details of the alarm to monitor during the AMI update.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; AlarmDetailsProperty alarmDetailsProperty = AlarmDetailsProperty.builder() .alarmName("alarmName") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.AlarmDetailsProperty
static final class
An implementation forCfnCluster.AlarmDetailsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarmName
The name of the alarm.- See Also:
-
builder
-