Channel Storage Args
data class ChannelStorageArgs(val customerManagedS3: Output<ChannelCustomerManagedS3Args>? = null, val serviceManagedS3: Output<ChannelServiceManagedS3Args>? = null) : ConvertibleToJava<ChannelStorageArgs>
Constructors
Link copied to clipboard
constructor(customerManagedS3: Output<ChannelCustomerManagedS3Args>? = null, serviceManagedS3: Output<ChannelServiceManagedS3Args>? = null)
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.