class Aws::MediaLive::Types::KeyProviderSettings

Key Provider Settings

@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
      },
    }

@!attribute [rw] static_key_settings

Static Key Settings
@return [Types::StaticKeySettings]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/KeyProviderSettings AWS API Documentation

Constants

SENSITIVE