Skip to content

/AWS1/CL_MDLINPDEVMEDIACNCTS00

Information about the MediaConnect flow attached to the device.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FLOWARN TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The ARN of the MediaConnect flow.

IV_ROLEARN TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The ARN for the role that MediaLive assumes to access the attached flow and secret.

IV_SECRETARN TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The ARN of the secret used to encrypt the stream.

IV_SOURCENAME TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The name of the MediaConnect flow source.


Queryable Attributes

FlowArn

The ARN of the MediaConnect flow.

Accessible with the following methods

Method Description
GET_FLOWARN() Getter for FLOWARN, with configurable default
ASK_FLOWARN() Getter for FLOWARN w/ exceptions if field has no value
HAS_FLOWARN() Determine if FLOWARN has a value

RoleArn

The ARN for the role that MediaLive assumes to access the attached flow and secret.

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value

SecretArn

The ARN of the secret used to encrypt the stream.

Accessible with the following methods

Method Description
GET_SECRETARN() Getter for SECRETARN, with configurable default
ASK_SECRETARN() Getter for SECRETARN w/ exceptions if field has no value
HAS_SECRETARN() Determine if SECRETARN has a value

SourceName

The name of the MediaConnect flow source.

Accessible with the following methods

Method Description
GET_SOURCENAME() Getter for SOURCENAME, with configurable default
ASK_SOURCENAME() Getter for SOURCENAME w/ exceptions if field has no value
HAS_SOURCENAME() Determine if SOURCENAME has a value