/AWS1/CL_MDXADDBRIDGEFLOWSRC00¶
Add a flow source to an existing bridge.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_flowarn TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The Amazon Resource Number (ARN) of the flow to use as a source of this bridge.
iv_name TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.
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.
Queryable Attributes¶
FlowArn¶
The Amazon Resource Number (ARN) of the flow to use 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. This name is used to reference the source and must be unique among sources in this bridge.
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 |