DataDestinationConfig
The destination where the campaign sends data. You can send data to an MQTT topic, or store it in Amazon S3 or Amazon Timestream.
Inheritors
Types
The MQTT topic to which the Amazon Web Services IoT FleetWise campaign routes data.
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
The Amazon Timestream table where the campaign sends data.
Functions
Casts this DataDestinationConfig as a MqttTopicConfig and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.MqttTopicConfig value. Throws an exception if the DataDestinationConfig is not a MqttTopicConfig.
Casts this DataDestinationConfig as a MqttTopicConfig and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.MqttTopicConfig value. Returns null if the DataDestinationConfig is not a MqttTopicConfig.
Casts this DataDestinationConfig as a S3Config and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.S3Config value. Throws an exception if the DataDestinationConfig is not a S3Config.
Casts this DataDestinationConfig as a S3Config and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.S3Config value. Returns null if the DataDestinationConfig is not a S3Config.
Casts this DataDestinationConfig as a TimestreamConfig and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.TimestreamConfig value. Throws an exception if the DataDestinationConfig is not a TimestreamConfig.
Casts this DataDestinationConfig as a TimestreamConfig and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.TimestreamConfig value. Returns null if the DataDestinationConfig is not a TimestreamConfig.