@Stability(value=Experimental)
public static interface EmrCreateCluster.MetricDimensionProperty
extends software.amazon.jsii.JsiiSerializable
By default, Amazon EMR uses one dimension whose Key is JobFlowID and Value is a variable representing the cluster ID, which is ${emr.clusterId}. This enables the rule to bootstrap when the cluster ID becomes available
https://docs.aws.amazon.com/emr/latest/APIReference/API_MetricDimension.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.MetricDimensionProperty.Builder
A builder for
EmrCreateCluster.MetricDimensionProperty |
static class |
EmrCreateCluster.MetricDimensionProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.MetricDimensionProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.MetricDimensionProperty.Builder |
builder() |
String |
getKey()
(experimental) The dimension name.
|
String |
getValue()
(experimental) The dimension value.
|
@Stability(value=Experimental) @NotNull String getKey()
@Stability(value=Experimental) @NotNull String getValue()
@Stability(value=Experimental) static EmrCreateCluster.MetricDimensionProperty.Builder builder()
Copyright © 2021. All rights reserved.