Class: Aws::MediaPackage::Types::HlsEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::HlsEncryption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
An HTTP Live Streaming (HLS) encryption configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constant_initialization_vector ⇒ String
A constant initialization vector for encryption (optional).
-
#encryption_method ⇒ String
The encryption method to use.
-
#key_rotation_interval_seconds ⇒ Integer
Interval (in seconds) between each encryption key rotation.
-
#repeat_ext_x_key ⇒ Boolean
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
-
#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
#constant_initialization_vector ⇒ String
A constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1202 class HlsEncryption < Struct.new( :constant_initialization_vector, :encryption_method, :key_rotation_interval_seconds, :repeat_ext_x_key, :speke_key_provider) SENSITIVE = [] include Aws::Structure end |
#encryption_method ⇒ String
The encryption method to use.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1202 class HlsEncryption < Struct.new( :constant_initialization_vector, :encryption_method, :key_rotation_interval_seconds, :repeat_ext_x_key, :speke_key_provider) SENSITIVE = [] include Aws::Structure end |
#key_rotation_interval_seconds ⇒ Integer
Interval (in seconds) between each encryption key rotation.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1202 class HlsEncryption < Struct.new( :constant_initialization_vector, :encryption_method, :key_rotation_interval_seconds, :repeat_ext_x_key, :speke_key_provider) SENSITIVE = [] include Aws::Structure end |
#repeat_ext_x_key ⇒ Boolean
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1202 class HlsEncryption < Struct.new( :constant_initialization_vector, :encryption_method, :key_rotation_interval_seconds, :repeat_ext_x_key, :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.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1202 class HlsEncryption < Struct.new( :constant_initialization_vector, :encryption_method, :key_rotation_interval_seconds, :repeat_ext_x_key, :speke_key_provider) SENSITIVE = [] include Aws::Structure end |