class Aws::MediaConvert::Types::StaticKeyProvider

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

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

data as a hash:

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

@!attribute [rw] key_format

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'.
@return [String]

@!attribute [rw] key_format_versions

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

@!attribute [rw] static_key_value

Relates to DRM implementation. Use a 32-character hexidecimal string
to specify Key Value (StaticKeyValue).
@return [String]

@!attribute [rw] url

Relates to DRM implementation. The location of the license server
used for protecting content.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/StaticKeyProvider AWS API Documentation

Constants

SENSITIVE