Class: Aws::MediaPackage::Types::CmafEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::CmafEncryption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
A Common Media Application Format (CMAF) encryption configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#constant_initialization_vector ⇒ String
An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks.
-
#encryption_method ⇒ String
The encryption method to use.
-
#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
#constant_initialization_vector ⇒ String
An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don’t specify a value, then MediaPackage creates the constant initialization vector (IV).
168 169 170 171 172 173 174 175 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 168 class CmafEncryption < Struct.new( :constant_initialization_vector, :encryption_method, :key_rotation_interval_seconds, :speke_key_provider) SENSITIVE = [] include Aws::Structure end |
#encryption_method ⇒ String
The encryption method to use.
168 169 170 171 172 173 174 175 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 168 class CmafEncryption < Struct.new( :constant_initialization_vector, :encryption_method, :key_rotation_interval_seconds, :speke_key_provider) SENSITIVE = [] include Aws::Structure end |
#key_rotation_interval_seconds ⇒ Integer
Time (in seconds) between each encryption key rotation.
168 169 170 171 172 173 174 175 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 168 class CmafEncryption < Struct.new( :constant_initialization_vector, :encryption_method, :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.
168 169 170 171 172 173 174 175 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 168 class CmafEncryption < Struct.new( :constant_initialization_vector, :encryption_method, :key_rotation_interval_seconds, :speke_key_provider) SENSITIVE = [] include Aws::Structure end |