@Stability(value=Stable)
public static interface CfnLaunch.MetricDefinitionObjectProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.evidently.*;
MetricDefinitionObjectProperty metricDefinitionObjectProperty = MetricDefinitionObjectProperty.builder()
.entityIdKey("entityIdKey")
.eventPattern("eventPattern")
.metricName("metricName")
.valueKey("valueKey")
// the properties below are optional
.unitLabel("unitLabel")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunch.MetricDefinitionObjectProperty.Builder
A builder for
CfnLaunch.MetricDefinitionObjectProperty |
static class |
CfnLaunch.MetricDefinitionObjectProperty.Jsii$Proxy
An implementation for
CfnLaunch.MetricDefinitionObjectProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunch.MetricDefinitionObjectProperty.Builder |
builder() |
String |
getEntityIdKey()
`CfnLaunch.MetricDefinitionObjectProperty.EntityIdKey`.
|
String |
getEventPattern()
`CfnLaunch.MetricDefinitionObjectProperty.EventPattern`.
|
String |
getMetricName()
`CfnLaunch.MetricDefinitionObjectProperty.MetricName`.
|
default String |
getUnitLabel()
`CfnLaunch.MetricDefinitionObjectProperty.UnitLabel`.
|
String |
getValueKey()
`CfnLaunch.MetricDefinitionObjectProperty.ValueKey`.
|
@Stability(value=Stable) @NotNull String getEntityIdKey()
@Stability(value=Stable) @NotNull String getEventPattern()
@Stability(value=Stable) @NotNull String getMetricName()
@Stability(value=Stable) @Nullable default String getUnitLabel()
@Stability(value=Stable) @NotNull String getValueKey()
@Stability(value=Stable) static CfnLaunch.MetricDefinitionObjectProperty.Builder builder()
Copyright © 2021. All rights reserved.