Class: Aws::MediaPackage::Types::DashEncryption

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_rotation_interval_secondsInteger

Time (in seconds) between each encryption key rotation.

Returns:

  • (Integer)


636
637
638
639
640
641
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 636

class DashEncryption < Struct.new(
  :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.



636
637
638
639
640
641
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 636

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