class Aws::MediaPackageVod::Types::SpekeKeyProvider

A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.

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

data as a hash:

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

@!attribute [rw] role_arn

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

@!attribute [rw] system_ids

The system IDs to include in key requests.
@return [Array<String>]

@!attribute [rw] url

The URL of the external key provider service.
@return [String]

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

Constants

SENSITIVE