S3Config

data class S3Config(val value: S3Config) : DataDestinationConfig

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

Constructors

Link copied to clipboard
constructor(value: S3Config)

Properties

Link copied to clipboard

Inherited 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