DataDestinationConfig

The destination where the Amazon Web Services IoT FleetWise campaign sends data. You can send data to be stored in Amazon S3 or Amazon Timestream.

Inheritors

Types

Link copied to clipboard
data class S3Config(val value: S3Config) : DataDestinationConfig

The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.

Link copied to clipboard
Link copied to clipboard

The Amazon Timestream table where the campaign sends data.

Functions

Link copied to clipboard

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.

Link copied to clipboard