Class: Aws::MediaPackage::Types::DashEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::DashEncryption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_rotation_interval_seconds ⇒ Integer
Time (in seconds) between each encryption key rotation.
-
#speke_key_provider ⇒ Types::SpekeKeyProvider
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
Instance Attribute Details
#key_rotation_interval_seconds ⇒ Integer
Time (in seconds) between each encryption key rotation.
636 637 638 639 640 641 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 636 class DashEncryption < Struct.new( :key_rotation_interval_seconds, :speke_key_provider) SENSITIVE = [] include Aws::Structure end |
#speke_key_provider ⇒ Types::SpekeKeyProvider
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
636 637 638 639 640 641 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 636 class DashEncryption < Struct.new( :key_rotation_interval_seconds, :speke_key_provider) SENSITIVE = [] include Aws::Structure end |