ChannelStorage

data class ChannelStorage(val customerManagedS3: ChannelCustomerManagedS3? = null, val serviceManagedS3: ChannelServiceManagedS3? = null)

Constructors

Link copied to clipboard
constructor(customerManagedS3: ChannelCustomerManagedS3? = null, serviceManagedS3: ChannelServiceManagedS3? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Used to store channel data in an S3 bucket that you manage. If customer managed storage is selected, the retentionPeriod parameter is ignored. You can't change the choice of S3 storage after the data store is created.

Link copied to clipboard

Used to store channel data in an S3 bucket managed by AWS IoT Analytics . You can't change the choice of S3 storage after the data store is created.