class Aws::IoTAnalytics::Types::ChannelStorage

Where channel data is stored. You may choose one of `serviceManagedS3`, `customerManagedS3` storage. If not specified, the default is `serviceManagedS3`. This can't be changed after creation of the channel.

@note When making an API call, you may pass ChannelStorage

data as a hash:

    {
      service_managed_s3: {
      },
      customer_managed_s3: {
        bucket: "BucketName", # required
        key_prefix: "S3KeyPrefix",
        role_arn: "RoleArn", # required
      },
    }

@!attribute [rw] service_managed_s3

Used to store channel data in an S3 bucket managed by IoT Analytics.
You can't change the choice of S3 storage after the data store is
created.
@return [Types::ServiceManagedChannelS3Storage]

@!attribute [rw] customer_managed_s3

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.
@return [Types::CustomerManagedChannelS3Storage]

Constants

SENSITIVE