Class: Aws::MediaPackage::Types::HlsEncryption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/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)


1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-mediapackage/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_methodString

The encryption method to use.

Returns:

  • (String)


1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-mediapackage/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_secondsInteger

Interval (in seconds) between each encryption key rotation.

Returns:

  • (Integer)


1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-mediapackage/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_keyBoolean

When enabled, the EXT-X-KEY tag will be repeated in output manifests.

Returns:

  • (Boolean)


1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-mediapackage/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_providerTypes::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 'gems/aws-sdk-mediapackage/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