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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


11706
11707
11708
11709
11710
11711
11712
11713
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11706

class StaticKeyProvider < Struct.new(
  :key_format,
  :key_format_versions,
  :static_key_value,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#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)


11706
11707
11708
11709
11710
11711
11712
11713
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11706

class StaticKeyProvider < Struct.new(
  :key_format,
  :key_format_versions,
  :static_key_value,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#static_key_valueString

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

Returns:

  • (String)


11706
11707
11708
11709
11710
11711
11712
11713
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11706

class StaticKeyProvider < Struct.new(
  :key_format,
  :key_format_versions,
  :static_key_value,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

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

Returns:

  • (String)


11706
11707
11708
11709
11710
11711
11712
11713
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11706

class StaticKeyProvider < Struct.new(
  :key_format,
  :key_format_versions,
  :static_key_value,
  :url)
  SENSITIVE = []
  include Aws::Structure
end