/AWS1/CL_MDXBRIDGEFLOWSOURCE¶
The source of the bridge. A flow source originates in MediaConnect as an existing cloud flow.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_flowarn TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The ARN of the cloud flow used as a source of this bridge.
iv_name TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The name of the flow source.
Optional arguments:¶
io_flowvpcinterfaceattachm00 TYPE REF TO /AWS1/CL_MDXVPCINTERFACEATTA00 /AWS1/CL_MDXVPCINTERFACEATTA00¶
The name of the VPC interface attachment to use for this source.
iv_outputarn TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The Amazon Resource Number (ARN) of the output.
Queryable Attributes¶
FlowArn¶
The ARN of the cloud flow used as a source of this bridge.
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 |
FlowVpcInterfaceAttachment¶
The name of the VPC interface attachment to use for this source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWVPCINTERFACEATTACH00() |
Getter for FLOWVPCINTERFACEATTACHMENT |
Name¶
The name of the flow source.
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 |
OutputArn¶
The Amazon Resource Number (ARN) of the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTARN() |
Getter for OUTPUTARN, with configurable default |
ASK_OUTPUTARN() |
Getter for OUTPUTARN w/ exceptions if field has no value |
HAS_OUTPUTARN() |
Determine if OUTPUTARN has a value |