libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage
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.MediaPackage.Types.DashEncryption

Description

 
Synopsis

Documentation

data DashEncryption Source #

A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.

See: newDashEncryption smart constructor.

Constructors

DashEncryption' 

Fields

Instances

Instances details
Eq DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashEncryption

Read DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashEncryption

Show DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashEncryption

Generic DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashEncryption

Associated Types

type Rep DashEncryption :: Type -> Type #

NFData DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashEncryption

Methods

rnf :: DashEncryption -> () #

Hashable DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashEncryption

ToJSON DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashEncryption

FromJSON DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashEncryption

type Rep DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.DashEncryption

type Rep DashEncryption = D1 ('MetaData "DashEncryption" "Amazonka.MediaPackage.Types.DashEncryption" "libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage" 'False) (C1 ('MetaCons "DashEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyRotationIntervalSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "spekeKeyProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SpekeKeyProvider)))

newDashEncryption Source #

Create a value of DashEncryption 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:keyRotationIntervalSeconds:DashEncryption', dashEncryption_keyRotationIntervalSeconds - Time (in seconds) between each encryption key rotation.

$sel:spekeKeyProvider:DashEncryption', dashEncryption_spekeKeyProvider - Undocumented member.

dashEncryption_keyRotationIntervalSeconds :: Lens' DashEncryption (Maybe Int) Source #

Time (in seconds) between each encryption key rotation.