| 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.MediaConvert.Types.CmafEncryptionType
Description
Synopsis
- newtype CmafEncryptionType where
Documentation
newtype CmafEncryptionType Source #
Specify the encryption scheme that you want the service to use when encrypting your CMAF segments. Choose AES-CBC subsample (SAMPLE-AES) or AES_CTR (AES-CTR).
Constructors
| CmafEncryptionType' | |
Fields | |
Bundled Patterns
| pattern CmafEncryptionType_AES_CTR :: CmafEncryptionType | |
| pattern CmafEncryptionType_SAMPLE_AES :: CmafEncryptionType |