Method: Aws::IoTAnalytics::Types::CreateChannelRequest#retention_period

Defined in:
lib/aws-sdk-iotanalytics/types.rb

#retention_periodTypes::RetentionPeriod

How long, in days, message data is kept for the channel. When customerManagedS3 storage is selected, this parameter is ignored.



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