Class: Aws::MediaPackage::Types::CmafEncryption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

A Common Media Application Format (CMAF) encryption configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constant_initialization_vectorString

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).

Returns:

  • (String)


168
169
170
171
172
173
174
175
# File 'gems/aws-sdk-mediapackage/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_methodString

The encryption method to use.

Returns:

  • (String)


168
169
170
171
172
173
174
175
# File 'gems/aws-sdk-mediapackage/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_secondsInteger

Time (in seconds) between each encryption key rotation.

Returns:

  • (Integer)


168
169
170
171
172
173
174
175
# File 'gems/aws-sdk-mediapackage/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_providerTypes::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 'gems/aws-sdk-mediapackage/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