Interface CfnTopicRule.TimestreamDimensionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicRule.TimestreamDimensionProperty.Jsii$Proxy
- Enclosing class:
CfnTopicRule
@Stability(Stable)
public static interface CfnTopicRule.TimestreamDimensionProperty
extends software.amazon.jsii.JsiiSerializable
Metadata attributes of the time series that are written in each measure record.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTopicRule.TimestreamDimensionProperty
static final class
An implementation forCfnTopicRule.TimestreamDimensionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The metadata dimension name.This is the name of the column in the Amazon Timestream database table record.
- See Also:
-
getValue
The value to write in this column of the database record.- See Also:
-
builder
-