Interface CfnEndpoint.AlarmProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpoint.AlarmProperty.Jsii$Proxy
- Enclosing class:
CfnEndpoint
@Stability(Stable)
public static interface CfnEndpoint.AlarmProperty
extends software.amazon.jsii.JsiiSerializable
An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.
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.*; AlarmProperty alarmProperty = AlarmProperty.builder() .alarmName("alarmName") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEndpoint.AlarmProperty
static final class
An implementation forCfnEndpoint.AlarmProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlarmName
The name of a CloudWatch alarm in your account.- See Also:
-
builder
- Returns:
- a
CfnEndpoint.AlarmProperty.Builder
ofCfnEndpoint.AlarmProperty
-