You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaPackageVod::Types::SpekeKeyProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::SpekeKeyProvider
- Defined in:
- (unknown)
Overview
When passing SpekeKeyProvider as input to an Aws::Client method, you can use a vanilla Hash:
{
role_arn: "__string", # required
system_ids: ["__string"], # required
url: "__string", # required
}
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
Returned by:
Instance Attribute Summary collapse
-
#role_arn ⇒ String
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.
-
#system_ids ⇒ Array<String>
The system IDs to include in key requests.
-
#url ⇒ String
The URL of the external key provider service.
Instance Attribute Details
#role_arn ⇒ String
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.
#system_ids ⇒ Array<String>
The system IDs to include in key requests.
#url ⇒ String
The URL of the external key provider service.