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
Functions
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.