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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEndpoint.AlarmPropertystatic final classAn 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. -
builder
- Returns:
- a
CfnEndpoint.AlarmProperty.BuilderofCfnEndpoint.AlarmProperty
-