Class: Aws::MediaLive::Types::ArchiveGroupSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::ArchiveGroupSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Archive Group Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #archive_cdn_settings  ⇒ Types::ArchiveCdnSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Parameters that control interactions with the CDN.
 - 
  
    
      #destination  ⇒ Types::OutputLocationRef 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A directory and base filename where archive files should be written.
 - 
  
    
      #rollover_interval  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of seconds to write to archive file before closing and starting a new one.
 
Instance Attribute Details
#archive_cdn_settings ⇒ Types::ArchiveCdnSettings
Parameters that control interactions with the CDN.
      250 251 252 253 254 255 256  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 250 class ArchiveGroupSettings < Struct.new( :archive_cdn_settings, :destination, :rollover_interval) SENSITIVE = [] include Aws::Structure end  | 
  
#destination ⇒ Types::OutputLocationRef
A directory and base filename where archive files should be written.
      250 251 252 253 254 255 256  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 250 class ArchiveGroupSettings < Struct.new( :archive_cdn_settings, :destination, :rollover_interval) SENSITIVE = [] include Aws::Structure end  | 
  
#rollover_interval ⇒ Integer
Number of seconds to write to archive file before closing and starting a new one.
      250 251 252 253 254 255 256  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 250 class ArchiveGroupSettings < Struct.new( :archive_cdn_settings, :destination, :rollover_interval) SENSITIVE = [] include Aws::Structure end  |