Class: Aws::MediaPackage::Types::EncryptionContractConfiguration

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

Overview

Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use. Note the following considerations when using encryptionContractConfiguration: encryptionContractConfiguration can be used for DASH or CMAF endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#preset_speke_20_audioString

A collection of audio encryption presets.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1039

class EncryptionContractConfiguration < Struct.new(
  :preset_speke_20_audio,
  :preset_speke_20_video)
  SENSITIVE = []
  include Aws::Structure
end

#preset_speke_20_videoString

A collection of video encryption presets.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1039

class EncryptionContractConfiguration < Struct.new(
  :preset_speke_20_audio,
  :preset_speke_20_video)
  SENSITIVE = []
  include Aws::Structure
end