@Stability(value=Stable)
public static interface CfnScheduledQuery.MultiMeasureAttributeMappingProperty
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.timestream.*;
MultiMeasureAttributeMappingProperty multiMeasureAttributeMappingProperty = MultiMeasureAttributeMappingProperty.builder()
.measureValueType("measureValueType")
.sourceColumn("sourceColumn")
// the properties below are optional
.targetMultiMeasureAttributeName("targetMultiMeasureAttributeName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder
A builder for
CfnScheduledQuery.MultiMeasureAttributeMappingProperty |
static class |
CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Jsii$Proxy
An implementation for
CfnScheduledQuery.MultiMeasureAttributeMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder |
builder() |
String |
getMeasureValueType()
`CfnScheduledQuery.MultiMeasureAttributeMappingProperty.MeasureValueType`.
|
String |
getSourceColumn()
`CfnScheduledQuery.MultiMeasureAttributeMappingProperty.SourceColumn`.
|
default String |
getTargetMultiMeasureAttributeName()
`CfnScheduledQuery.MultiMeasureAttributeMappingProperty.TargetMultiMeasureAttributeName`.
|
@Stability(value=Stable) @NotNull String getMeasureValueType()
@Stability(value=Stable) @NotNull String getSourceColumn()
@Stability(value=Stable) @Nullable default String getTargetMultiMeasureAttributeName()
@Stability(value=Stable) static CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder builder()
Copyright © 2021. All rights reserved.