@Stability(value=Stable)
public static interface CfnEndpoint.AlarmProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.AlarmProperty.Builder
A builder for
CfnEndpoint.AlarmProperty |
static class |
CfnEndpoint.AlarmProperty.Jsii$Proxy
An implementation for
CfnEndpoint.AlarmProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.AlarmProperty.Builder |
builder() |
String |
getAlarmName()
The name of a CloudWatch alarm in your account.
|
@Stability(value=Stable) @NotNull String getAlarmName()
@Stability(value=Stable) static CfnEndpoint.AlarmProperty.Builder builder()
CfnEndpoint.AlarmProperty.Builder of CfnEndpoint.AlarmPropertyCopyright © 2022. All rights reserved.