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.EncryptionContractConfiguration

Description

 
Synopsis

Documentation

data EncryptionContractConfiguration Source #

Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use. Note the following considerations when using encryptionContractConfiguration: encryptionContractConfiguration can be used for DASH or CMAF endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.

See: newEncryptionContractConfiguration smart constructor.

Constructors

EncryptionContractConfiguration' 

Fields

Instances

Instances details
Eq EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.EncryptionContractConfiguration

Read EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.EncryptionContractConfiguration

Show EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.EncryptionContractConfiguration

Generic EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.EncryptionContractConfiguration

Associated Types

type Rep EncryptionContractConfiguration :: Type -> Type #

NFData EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.EncryptionContractConfiguration

Hashable EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.EncryptionContractConfiguration

ToJSON EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.EncryptionContractConfiguration

FromJSON EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.EncryptionContractConfiguration

type Rep EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.EncryptionContractConfiguration

type Rep EncryptionContractConfiguration = D1 ('MetaData "EncryptionContractConfiguration" "Amazonka.MediaPackage.Types.EncryptionContractConfiguration" "libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage" 'False) (C1 ('MetaCons "EncryptionContractConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "presetSpeke20Audio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PresetSpeke20Audio) :*: S1 ('MetaSel ('Just "presetSpeke20Video") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PresetSpeke20Video)))