Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Class: Aws::MediaConvert::Types::StaticKeyProvider

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StaticKeyProvider as input to an Aws::Client method, you can use a vanilla Hash:

{
  key_format: "__stringPatternIdentityAZaZ26AZaZ09163",
  key_format_versions: "__stringPatternDD",
  static_key_value: "__stringPatternAZaZ0932",
  url: "__string",
}

Use these settings to set up encryption with a static key provider.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#key_formatString

Relates to DRM implementation. Sets the value of the KEYFORMAT attribute. Must be \'identity\' or a reverse DNS string. May be omitted to indicate an implicit value of \'identity\'.

Returns:

  • (String)

    Relates to DRM implementation.

#key_format_versionsString

Relates to DRM implementation. Either a single positive integer version value or a slash delimited list of version values (1/2/3).

Returns:

  • (String)

    Relates to DRM implementation.

#static_key_valueString

Relates to DRM implementation. Use a 32-character hexidecimal string to specify Key Value (StaticKeyValue).

Returns:

  • (String)

    Relates to DRM implementation.

#urlString

Relates to DRM implementation. The location of the license server used for protecting content.

Returns:

  • (String)

    Relates to DRM implementation.