@Stability(value=Stable)
public static interface CfnTopicRule.TimestreamDimensionProperty
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.iot.*;
TimestreamDimensionProperty timestreamDimensionProperty = TimestreamDimensionProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.TimestreamDimensionProperty.Builder
A builder for
CfnTopicRule.TimestreamDimensionProperty |
static class |
CfnTopicRule.TimestreamDimensionProperty.Jsii$Proxy
An implementation for
CfnTopicRule.TimestreamDimensionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.TimestreamDimensionProperty.Builder |
builder() |
String |
getName()
The metadata dimension name.
|
String |
getValue()
The value to write in this column of the database record.
|
@Stability(value=Stable) @NotNull String getName()
This is the name of the column in the Amazon Timestream database table record.
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnTopicRule.TimestreamDimensionProperty.Builder builder()
Copyright © 2022. All rights reserved.