AWS::IoTFleetWise::Campaign TimestreamConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoTFleetWise::Campaign TimestreamConfig

The Amazon Timestream table where the Amazon 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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ExecutionRoleArn" : String, "TimestreamTableArn" : String }

YAML

ExecutionRoleArn: String TimestreamTableArn: String

Properties

ExecutionRoleArn

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

Required: Yes

Type: String

Pattern: ^arn:(aws[a-zA-Z0-9-]*):iam::(\d{12})?:(role((\u002F)|(\u002F[\u0021-\u007F]+\u002F))[\w+=,.@-]+)$

Minimum: 20

Maximum: 2048

Update requires: No interruption

TimestreamTableArn

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

Required: Yes

Type: String

Pattern: ^arn:(aws[a-zA-Z0-9-]*):timestream:[a-zA-Z0-9-]+:[0-9]{12}:database\/[a-zA-Z0-9_.-]+\/table\/[a-zA-Z0-9_.-]+$

Minimum: 20

Maximum: 2048

Update requires: No interruption