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 |
Documentation
data DashEncryption Source #
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
See: newDashEncryption
smart constructor.
DashEncryption' | |
|
Instances
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.
dashEncryption_spekeKeyProvider :: Lens' DashEncryption SpekeKeyProvider Source #
Undocumented member.