Method: Aws::IoTAnalytics::Types::CreateChannelRequest#channel_storage
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
#channel_storage ⇒ Types::ChannelStorage
Where channel data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You can’t change this storage option after the channel is created.
408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 408 class CreateChannelRequest < Struct.new( :channel_name, :channel_storage, :retention_period, :tags) SENSITIVE = [] include Aws::Structure end |