aws-cdk-lib.aws_iot.CfnTopicRule.TimestreamDimensionProperty

interface TimestreamDimensionProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnTopicRule.TimestreamDimensionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnTopicRule_TimestreamDimensionProperty
Javasoftware.amazon.awscdk.services.iot.CfnTopicRule.TimestreamDimensionProperty
Pythonaws_cdk.aws_iot.CfnTopicRule.TimestreamDimensionProperty
TypeScript aws-cdk-lib » 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 { aws_iot as iot } from 'aws-cdk-lib';
const timestreamDimensionProperty: iot.CfnTopicRule.TimestreamDimensionProperty = {
  name: 'name',
  value: 'value',
};

Properties

NameTypeDescription
namestringThe metadata dimension name.
valuestringThe 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.