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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#role_arnString

An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.

Returns:

  • (String)

    An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.

#system_idsArray<String>

The system IDs to include in key requests.

Returns:

  • (Array<String>)

    The system IDs to include in key requests.

#urlString

The URL of the external key provider service.

Returns:

  • (String)

    The URL of the external key provider service.