Skip to content

/AWS1/CL_MDLOUTPUTDSTSETTINGS

Placeholder documentation for OutputDestinationSettings

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_PASSWORDPARAM TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

key used to extract the password from EC2 Parameter store

IV_STREAMNAME TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

Stream name for RTMP destinations (URLs of type rtmp://)

IV_URL TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

A URL specifying a destination

IV_USERNAME TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

username for destination


Queryable Attributes

PasswordParam

key used to extract the password from EC2 Parameter store

Accessible with the following methods

Method Description
GET_PASSWORDPARAM() Getter for PASSWORDPARAM, with configurable default
ASK_PASSWORDPARAM() Getter for PASSWORDPARAM w/ exceptions if field has no value
HAS_PASSWORDPARAM() Determine if PASSWORDPARAM has a value

StreamName

Stream name for RTMP destinations (URLs of type rtmp://)

Accessible with the following methods

Method Description
GET_STREAMNAME() Getter for STREAMNAME, with configurable default
ASK_STREAMNAME() Getter for STREAMNAME w/ exceptions if field has no value
HAS_STREAMNAME() Determine if STREAMNAME has a value

Url

A URL specifying a destination

Accessible with the following methods

Method Description
GET_URL() Getter for URL, with configurable default
ASK_URL() Getter for URL w/ exceptions if field has no value
HAS_URL() Determine if URL has a value

Username

username for destination

Accessible with the following methods

Method Description
GET_USERNAME() Getter for USERNAME, with configurable default
ASK_USERNAME() Getter for USERNAME w/ exceptions if field has no value
HAS_USERNAME() Determine if USERNAME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT___LISTOFOUTPUTDSTSETTINGS

TYPES TT___LISTOFOUTPUTDSTSETTINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLOUTPUTDSTSETTINGS WITH DEFAULT KEY
.