class Aws::MediaLive::Types::StaticKeySettings

Static Key Settings

@note When making an API call, you may pass StaticKeySettings

data as a hash:

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

@!attribute [rw] key_provider_server

The URL of the license server used for protecting content.
@return [Types::InputLocation]

@!attribute [rw] static_key_value

Static key value as a 32 character hexadecimal string.
@return [String]

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

Constants

SENSITIVE