AWS::IoTFleetWise::Campaign DataDestinationConfig
The destination where the AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "MqttTopicConfig" :
MqttTopicConfig
, "S3Config" :S3Config
, "TimestreamConfig" :TimestreamConfig
}
Properties
MqttTopicConfig
Property description not available.
Required: No
Type: MqttTopicConfig
Update requires: No interruption
S3Config
-
(Optional) The Amazon S3 bucket where the AWS IoT FleetWise campaign sends data.
Required: No
Type: S3Config
Update requires: No interruption
TimestreamConfig
-
(Optional) The Amazon Timestream table where the campaign sends data.
Required: No
Type: TimestreamConfig
Update requires: No interruption