You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaLive::Types::ArchiveGroupSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::ArchiveGroupSettings
 
 
- Defined in:
 - (unknown)
 
Overview
    Note:
    
  
When passing ArchiveGroupSettings as input to an Aws::Client method, you can use a vanilla Hash:
{
  destination: { # required
    destination_ref_id: "__string",
  },
  rollover_interval: 1,
}
Archive Group Settings
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #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
#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.