Class: Aws::MediaLive::Types::StaticKeySettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Static Key Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_provider_serverTypes::InputLocation

The URL of the license server used for protecting content.



11646
11647
11648
11649
11650
11651
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11646

class StaticKeySettings < Struct.new(
  :key_provider_server,
  :static_key_value)
  SENSITIVE = []
  include Aws::Structure
end

#static_key_valueString

Static key value as a 32 character hexadecimal string.

Returns:

  • (String)


11646
11647
11648
11649
11650
11651
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11646

class StaticKeySettings < Struct.new(
  :key_provider_server,
  :static_key_value)
  SENSITIVE = []
  include Aws::Structure
end