@Stability(value=Stable)
public static interface CfnScheduledQuery.DimensionMappingProperty
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.timestream.*;
DimensionMappingProperty dimensionMappingProperty = DimensionMappingProperty.builder()
.dimensionValueType("dimensionValueType")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledQuery.DimensionMappingProperty.Builder
A builder for
CfnScheduledQuery.DimensionMappingProperty |
static class |
CfnScheduledQuery.DimensionMappingProperty.Jsii$Proxy
An implementation for
CfnScheduledQuery.DimensionMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledQuery.DimensionMappingProperty.Builder |
builder() |
String |
getDimensionValueType()
Type for the dimension.
|
String |
getName()
Column name from query result.
|
@Stability(value=Stable) @NotNull String getDimensionValueType()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnScheduledQuery.DimensionMappingProperty.Builder builder()
Copyright © 2022. All rights reserved.