Class: Aws::MediaLive::Types::KeyProviderSettings

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

Overview

Note:

When making an API call, you may pass KeyProviderSettings data as a hash:

{
  static_key_settings: {
    key_provider_server: {
      password_param: "__string",
      uri: "__string", # required
      username: "__string",
    },
    static_key_value: "__stringMin32Max32", # required
  },
}

Key Provider Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#static_key_settingsTypes::StaticKeySettings

Static Key Settings



10983
10984
10985
10986
10987
# File 'lib/aws-sdk-medialive/types.rb', line 10983

class KeyProviderSettings < Struct.new(
  :static_key_settings)
  SENSITIVE = []
  include Aws::Structure
end