class Aws::MediaLive::Types::InputLocation

Input Location

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

data as a hash:

    {
      password_param: "__string",
      uri: "__string", # required
      username: "__string",
    }

@!attribute [rw] password_param

key used to extract the password from EC2 Parameter store
@return [String]

@!attribute [rw] uri

Uniform Resource Identifier - This should be a path to a file
accessible to the Live system (eg. a http:// URI) depending on the
output type. For example, a RTMP destination should have a uri
simliar to: "rtmp://fmsserver/live".
@return [String]

@!attribute [rw] username

Username if credentials are required to access a file or publishing
point. This can be either a plaintext username, or a reference to an
AWS parameter store name from which the username can be retrieved.
AWS Parameter store format: "ssm://<parameter name="">"</p>
</parameter>
@return [String]

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

Constants

SENSITIVE