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
show all
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

Instance Attribute Details

#destinationTypes::OutputLocationRef

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

Returns:

#rollover_intervalInteger

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

Returns:

  • (Integer)

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