Interface CfnTopicRulePropsMixin.TimestreamDimensionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTopicRulePropsMixin.TimestreamDimensionProperty.Jsii$Proxy
Enclosing class:
CfnTopicRulePropsMixin

@Stability(Stable) public static interface CfnTopicRulePropsMixin.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.mixins.preview.services.iot.mixins.*;
 TimestreamDimensionProperty timestreamDimensionProperty = TimestreamDimensionProperty.builder()
         .name("name")
         .value("value")
         .build();
 

See Also: