Class: Aws::MediaLive::Types::ArchiveGroupSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Archive Group Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_cdn_settingsTypes::ArchiveCdnSettings

Parameters that control interactions with the CDN.



250
251
252
253
254
255
256
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 250

class ArchiveGroupSettings < Struct.new(
  :archive_cdn_settings,
  :destination,
  :rollover_interval)
  SENSITIVE = []
  include Aws::Structure
end

#destinationTypes::OutputLocationRef

A directory and base filename where archive files should be written.



250
251
252
253
254
255
256
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 250

class ArchiveGroupSettings < Struct.new(
  :archive_cdn_settings,
  :destination,
  :rollover_interval)
  SENSITIVE = []
  include Aws::Structure
end

#rollover_intervalInteger

Number of seconds to write to archive file before closing and starting a new one.

Returns:

  • (Integer)


250
251
252
253
254
255
256
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 250

class ArchiveGroupSettings < Struct.new(
  :archive_cdn_settings,
  :destination,
  :rollover_interval)
  SENSITIVE = []
  include Aws::Structure
end