Class: Aws::MediaPackageVod::Types::DashEncryption

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

Overview

A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#speke_key_providerTypes::SpekeKeyProvider

A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.



564
565
566
567
568
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 564

class DashEncryption < Struct.new(
  :speke_key_provider)
  SENSITIVE = []
  include Aws::Structure
end