AWS::IoTFleetWise::Campaign TimestreamConfig
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.
Syntax
To declare this entity in your AWS 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 AWS 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