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

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

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

Overview

Note:

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

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

Static Key Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#key_provider_serverTypes::InputLocation

The URL of the license server used for protecting content.

Returns:

#static_key_valueString

Static key value as a 32 character hexadecimal string.

Returns:

  • (String)

    Static key value as a 32 character hexadecimal string.