| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaPackage.Types.CmafEncryption
Description
Synopsis
- data CmafEncryption = CmafEncryption' {}
- newCmafEncryption :: SpekeKeyProvider -> CmafEncryption
- cmafEncryption_constantInitializationVector :: Lens' CmafEncryption (Maybe Text)
- cmafEncryption_encryptionMethod :: Lens' CmafEncryption (Maybe CmafEncryptionMethod)
- cmafEncryption_keyRotationIntervalSeconds :: Lens' CmafEncryption (Maybe Int)
- cmafEncryption_spekeKeyProvider :: Lens' CmafEncryption SpekeKeyProvider
Documentation
data CmafEncryption Source #
A Common Media Application Format (CMAF) encryption configuration.
See: newCmafEncryption smart constructor.
Constructors
| CmafEncryption' | |
Fields
| |
Instances
Create a value of CmafEncryption 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:constantInitializationVector:CmafEncryption', cmafEncryption_constantInitializationVector - An optional 128-bit, 16-byte hex value represented by a 32-character
string, used in conjunction with the key for encrypting blocks. If you
don't specify a value, then MediaPackage creates the constant
initialization vector (IV).
$sel:encryptionMethod:CmafEncryption', cmafEncryption_encryptionMethod - Undocumented member.
$sel:keyRotationIntervalSeconds:CmafEncryption', cmafEncryption_keyRotationIntervalSeconds - Time (in seconds) between each encryption key rotation.
$sel:spekeKeyProvider:CmafEncryption', cmafEncryption_spekeKeyProvider - Undocumented member.
cmafEncryption_constantInitializationVector :: Lens' CmafEncryption (Maybe Text) Source #
An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
cmafEncryption_encryptionMethod :: Lens' CmafEncryption (Maybe CmafEncryptionMethod) Source #
Undocumented member.
cmafEncryption_keyRotationIntervalSeconds :: Lens' CmafEncryption (Maybe Int) Source #
Time (in seconds) between each encryption key rotation.
cmafEncryption_spekeKeyProvider :: Lens' CmafEncryption SpekeKeyProvider Source #
Undocumented member.