@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:35.632Z")
public interface Dimension
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.cloudwatch.*; Object value; Dimension dimension = Dimension.builder() .name("name") .value(value) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
Dimension.Builder
A builder for
Dimension |
static class |
Dimension.Jsii$Proxy
An implementation for
Dimension |
Modifier and Type | Method and Description |
---|---|
static Dimension.Builder |
builder() |
java.lang.String |
getName()
Name of the dimension.
|
java.lang.Object |
getValue()
Value of the dimension.
|
java.lang.String getName()
java.lang.Object getValue()
static Dimension.Builder builder()
Dimension.Builder
of Dimension