Class: Aws::MediaPackageVod::Types::HlsEncryption

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

Overview

An HTTP Live Streaming (HLS) encryption configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constant_initialization_vectorString

A constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.

Returns:

  • (String)


993
994
995
996
997
998
999
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 993

class HlsEncryption < Struct.new(
  :constant_initialization_vector,
  :encryption_method,
  :speke_key_provider)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_methodString

The encryption method to use.

Returns:

  • (String)


993
994
995
996
997
998
999
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 993

class HlsEncryption < Struct.new(
  :constant_initialization_vector,
  :encryption_method,
  :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.



993
994
995
996
997
998
999
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 993

class HlsEncryption < Struct.new(
  :constant_initialization_vector,
  :encryption_method,
  :speke_key_provider)
  SENSITIVE = []
  include Aws::Structure
end