You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaPackageVod::Types::CmafEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::CmafEncryption
- Defined in:
- (unknown)
Overview
Note:
When passing CmafEncryption as input to an Aws::Client method, you can use a vanilla Hash:
{
speke_key_provider: { # required
role_arn: "__string", # required
system_ids: ["__string"], # required
url: "__string", # required
},
}
A CMAF encryption configuration.
Returned by:
Instance Attribute Summary collapse
-
#speke_key_provider ⇒ Types::SpekeKeyProvider
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
Instance Attribute Details
#speke_key_provider ⇒ Types::SpekeKeyProvider
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.