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: