libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.ArchiveGroupSettings

Description

 
Synopsis

Documentation

data ArchiveGroupSettings Source #

Archive Group Settings

See: newArchiveGroupSettings smart constructor.

Constructors

ArchiveGroupSettings' 

Fields

Instances

Instances details
Eq ArchiveGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveGroupSettings

Read ArchiveGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveGroupSettings

Show ArchiveGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveGroupSettings

Generic ArchiveGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveGroupSettings

Associated Types

type Rep ArchiveGroupSettings :: Type -> Type #

NFData ArchiveGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveGroupSettings

Methods

rnf :: ArchiveGroupSettings -> () #

Hashable ArchiveGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveGroupSettings

ToJSON ArchiveGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveGroupSettings

FromJSON ArchiveGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveGroupSettings

type Rep ArchiveGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ArchiveGroupSettings

type Rep ArchiveGroupSettings = D1 ('MetaData "ArchiveGroupSettings" "Amazonka.MediaLive.Types.ArchiveGroupSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "ArchiveGroupSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rolloverInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "archiveCdnSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArchiveCdnSettings)) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputLocationRef))))

newArchiveGroupSettings Source #

Create a value of ArchiveGroupSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:rolloverInterval:ArchiveGroupSettings', archiveGroupSettings_rolloverInterval - Number of seconds to write to archive file before closing and starting a new one.

$sel:archiveCdnSettings:ArchiveGroupSettings', archiveGroupSettings_archiveCdnSettings - Parameters that control interactions with the CDN.

$sel:destination:ArchiveGroupSettings', archiveGroupSettings_destination - A directory and base filename where archive files should be written.

archiveGroupSettings_rolloverInterval :: Lens' ArchiveGroupSettings (Maybe Natural) Source #

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

archiveGroupSettings_destination :: Lens' ArchiveGroupSettings OutputLocationRef Source #

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