class Aws::MediaLive::Types::ArchiveGroupSettings

Archive Group Settings

@note When making an API call, you may pass ArchiveGroupSettings

data as a hash:

    {
      archive_cdn_settings: {
        archive_s3_settings: {
          canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
        },
      },
      destination: { # required
        destination_ref_id: "__string",
      },
      rollover_interval: 1,
    }

@!attribute [rw] archive_cdn_settings

Parameters that control interactions with the CDN.
@return [Types::ArchiveCdnSettings]

@!attribute [rw] destination

A directory and base filename where archive files should be written.
@return [Types::OutputLocationRef]

@!attribute [rw] rollover_interval

Number of seconds to write to archive file before closing and
starting a new one.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ArchiveGroupSettings AWS API Documentation

Constants

SENSITIVE