Skip to content

/AWS1/CL_MDLMEDIACNCTRTROUTCXN

Connection details for a single pipeline of a MediaConnect Router output.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_routerinputarn TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The ARN of the MediaConnect Router Input connected to this pipeline.


Queryable Attributes

RouterInputArn

The ARN of the MediaConnect Router Input connected to this pipeline.

Accessible with the following methods

Method Description
GET_ROUTERINPUTARN() Getter for ROUTERINPUTARN, with configurable default
ASK_ROUTERINPUTARN() Getter for ROUTERINPUTARN w/ exceptions if field has no valu
HAS_ROUTERINPUTARN() Determine if ROUTERINPUTARN has a value

Public Local Types In This Class

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

TS_MEDIACNCTRTROUTCONNS_MAPROW

TYPES: BEGIN OF TS_MEDIACNCTRTROUTCONNS_MAPROW,
  key TYPE /AWS1/MDL__STRING,
  value TYPE REF TO /AWS1/CL_MDLMEDIACNCTRTROUTCXN,
END OF TS_MEDIACNCTRTROUTCONNS_MAPROW.

TT_MEDIACNCTROUTEROUTPUTCONNS

TYPES TT_MEDIACNCTROUTEROUTPUTCONNS TYPE HASHED TABLE OF /AWS1/CL_MDLMEDIACNCTRTROUTCXN=>TS_MEDIACNCTRTROUTCONNS_MAPROW WITH UNIQUE KEY key
.