aws-cdk-lib.aws_iotfleetwise.CfnCampaign.TimestreamConfigProperty

interface TimestreamConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTFleetWise.CfnCampaign.TimestreamConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnCampaign_TimestreamConfigProperty
Javasoftware.amazon.awscdk.services.iotfleetwise.CfnCampaign.TimestreamConfigProperty
Pythonaws_cdk.aws_iotfleetwise.CfnCampaign.TimestreamConfigProperty
TypeScript aws-cdk-lib » aws_iotfleetwise » CfnCampaign » TimestreamConfigProperty

The Amazon Timestream table where the AWS IoT FleetWise campaign sends data.

Timestream stores and organizes data to optimize query processing time and to reduce storage costs. For more information, see Data modeling in the Amazon Timestream Developer Guide .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotfleetwise as iotfleetwise } from 'aws-cdk-lib';
const timestreamConfigProperty: iotfleetwise.CfnCampaign.TimestreamConfigProperty = {
  executionRoleArn: 'executionRoleArn',
  timestreamTableArn: 'timestreamTableArn',
};

Properties

NameTypeDescription
executionRoleArnstringThe Amazon Resource Name (ARN) of the task execution role that grants AWS IoT FleetWise permission to deliver data to the Amazon Timestream table.
timestreamTableArnstringThe Amazon Resource Name (ARN) of the Amazon Timestream table.

executionRoleArn

Type: string

The Amazon Resource Name (ARN) of the task execution role that grants AWS IoT FleetWise permission to deliver data to the Amazon Timestream table.


timestreamTableArn

Type: string

The Amazon Resource Name (ARN) of the Amazon Timestream table.