@Stability(value=Stable)
public static interface CfnScheduledQuery.MultiMeasureAttributeMappingProperty
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.*;
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()
Type of the attribute to be read from the source column.
|
String |
getSourceColumn()
Source column from where the attribute value is to be read.
|
default String |
getTargetMultiMeasureAttributeName()
Custom name to be used for attribute name in derived table.
|
@Stability(value=Stable) @NotNull String getMeasureValueType()
@Stability(value=Stable) @NotNull String getSourceColumn()
@Stability(value=Stable) @Nullable default String getTargetMultiMeasureAttributeName()
If not provided, source column name would be used.
@Stability(value=Stable) static CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder builder()
Copyright © 2022. All rights reserved.