class Aws::MediaLive::Types::OutputDestinationSettings

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

data as a hash:

    {
      password_param: "__string",
      stream_name: "__string",
      url: "__string",
      username: "__string",
    }

@!attribute [rw] password_param

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

@!attribute [rw] stream_name

Stream name for RTMP destinations (URLs of type rtmp://)
@return [String]

@!attribute [rw] url

A URL specifying a destination
@return [String]

@!attribute [rw] username

username for destination
@return [String]

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

Constants

SENSITIVE