interface TimestreamDimensionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnTopicRule.TimestreamDimensionProperty |
![]() | software.amazon.awscdk.services.iot.CfnTopicRule.TimestreamDimensionProperty |
![]() | aws_cdk.aws_iot.CfnTopicRule.TimestreamDimensionProperty |
![]() | @aws-cdk/aws-iot » CfnTopicRule » TimestreamDimensionProperty |
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 * as iot from '@aws-cdk/aws-iot';
const timestreamDimensionProperty: iot.CfnTopicRule.TimestreamDimensionProperty = {
name: 'name',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The metadata dimension name. |
value | string | The value to write in this column of the database record. |
name
Type:
string
The metadata dimension name.
This is the name of the column in the Amazon Timestream database table record.
value
Type:
string
The value to write in this column of the database record.