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: