You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::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:

{
  certificate_arn: "__stringPatternArnAwsUsGovAcm",
  resource_id: "__string",
  system_ids: ["__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"],
  url: "__stringPatternHttps",
}

If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate with a master key using AWS Certificate Manager. Specify the certificate\'s Amazon Resource Name (ARN) here.

Returns:

  • (String)

    If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate with a master key using AWS Certificate Manager.

#resource_idString

Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.

Returns:

  • (String)

    Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.

#system_idsArray<String>

Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system ids. Other group types support one system id. See https://dashif.org/identifiers/content_protection/ for more details.

Returns:

  • (Array<String>)

    Relates to SPEKE implementation.

#urlString

Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.

Returns:

  • (String)

    Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting your content.