This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::IoTFleetWise::Campaign DataDestinationConfig
The destination where the Amazon IoT FleetWise campaign sends data. You can send data to be stored in Amazon S3 or Amazon Timestream.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "MqttTopicConfig" :
MqttTopicConfig
, "S3Config" :S3Config
, "TimestreamConfig" :TimestreamConfig
}
Properties
MqttTopicConfig
-
The MQTT topic to which the Amazon IoT FleetWise campaign routes data.
Important
Access to certain Amazon IoT FleetWise features is currently gated. For more information, see Amazon Region and feature availability in the Amazon IoT FleetWise Developer Guide.
Required: No
Type: MqttTopicConfig
Update requires: No interruption
S3Config
-
The Amazon S3 bucket where the Amazon IoT FleetWise campaign sends data.
Required: No
Type: S3Config
Update requires: No interruption
TimestreamConfig
-
The Amazon Timestream table where the campaign sends data.
Required: No
Type: TimestreamConfig
Update requires: No interruption