Skip to content

/AWS1/CL_MDLSTARTMULTIPLEXRSP

Placeholder documentation for StartMultiplexResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ARN TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The unique arn of the multiplex.

IT_AVAILABILITYZONES TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING

A list of availability zones for the multiplex.

IT_DESTINATIONS TYPE /AWS1/CL_MDLMULTIPLEXOUTPUTDST=>TT___LISTOFMULTIPLEXOUTPUTDST TT___LISTOFMULTIPLEXOUTPUTDST

A list of the multiplex output destinations.

IV_ID TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The unique id of the multiplex.

IO_MULTIPLEXSETTINGS TYPE REF TO /AWS1/CL_MDLMULTIPLEXSETTINGS /AWS1/CL_MDLMULTIPLEXSETTINGS

Configuration for a multiplex event.

IV_NAME TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The name of the multiplex.

IV_PIPELINESRUNNINGCOUNT TYPE /AWS1/MDL__INTEGER /AWS1/MDL__INTEGER

The number of currently healthy pipelines.

IV_PROGRAMCOUNT TYPE /AWS1/MDL__INTEGER /AWS1/MDL__INTEGER

The number of programs in the multiplex.

IV_STATE TYPE /AWS1/MDLMULTIPLEXSTATE /AWS1/MDLMULTIPLEXSTATE

The current state of the multiplex.

IT_TAGS TYPE /AWS1/CL_MDLTAGS_W=>TT_TAGS TT_TAGS

A collection of key-value pairs.


Queryable Attributes

Arn

The unique arn of the multiplex.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

AvailabilityZones

A list of availability zones for the multiplex.

Accessible with the following methods

Method Description
GET_AVAILABILITYZONES() Getter for AVAILABILITYZONES, with configurable default
ASK_AVAILABILITYZONES() Getter for AVAILABILITYZONES w/ exceptions if field has no v
HAS_AVAILABILITYZONES() Determine if AVAILABILITYZONES has a value

Destinations

A list of the multiplex output destinations.

Accessible with the following methods

Method Description
GET_DESTINATIONS() Getter for DESTINATIONS, with configurable default
ASK_DESTINATIONS() Getter for DESTINATIONS w/ exceptions if field has no value
HAS_DESTINATIONS() Determine if DESTINATIONS has a value

Id

The unique id of the multiplex.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

MultiplexSettings

Configuration for a multiplex event.

Accessible with the following methods

Method Description
GET_MULTIPLEXSETTINGS() Getter for MULTIPLEXSETTINGS

Name

The name of the multiplex.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

PipelinesRunningCount

The number of currently healthy pipelines.

Accessible with the following methods

Method Description
GET_PIPELINESRUNNINGCOUNT() Getter for PIPELINESRUNNINGCOUNT, with configurable default
ASK_PIPELINESRUNNINGCOUNT() Getter for PIPELINESRUNNINGCOUNT w/ exceptions if field has
HAS_PIPELINESRUNNINGCOUNT() Determine if PIPELINESRUNNINGCOUNT has a value

ProgramCount

The number of programs in the multiplex.

Accessible with the following methods

Method Description
GET_PROGRAMCOUNT() Getter for PROGRAMCOUNT, with configurable default
ASK_PROGRAMCOUNT() Getter for PROGRAMCOUNT w/ exceptions if field has no value
HAS_PROGRAMCOUNT() Determine if PROGRAMCOUNT has a value

State

The current state of the multiplex.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

Tags

A collection of key-value pairs.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value