Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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).
pattern CmafEncryptionType_AES_CTR :: CmafEncryptionType | |
pattern CmafEncryptionType_SAMPLE_AES :: CmafEncryptionType |