class Aws::MediaPackageVod::Types::DashEncryption

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

@note When making an API call, you may pass DashEncryption

data as a hash:

    {
      speke_key_provider: { # required
        role_arn: "__string", # required
        system_ids: ["__string"], # required
        url: "__string", # required
      },
    }

@!attribute [rw] speke_key_provider

A configuration for accessing an external Secure Packager and
Encoder Key Exchange (SPEKE) service that will provide encryption
keys.
@return [Types::SpekeKeyProvider]

@see docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DashEncryption AWS API Documentation

Constants

SENSITIVE