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

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

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

Overview

Note:

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

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

Key Provider Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#static_key_settingsTypes::StaticKeySettings

Static Key Settings

Returns: