/AWS1/CL_OSIPIPELINEENDPTCONN¶
Represents a connection to a pipeline endpoint, containing details about the endpoint association.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pipelinearn TYPE /AWS1/OSIPIPELINEARN /AWS1/OSIPIPELINEARN¶
The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.
iv_endpointid TYPE /AWS1/OSIPIPELINEENDPOINTID /AWS1/OSIPIPELINEENDPOINTID¶
The unique identifier of the endpoint in the connection.
iv_status TYPE /AWS1/OSIPIPELINEENDPTSTATUS /AWS1/OSIPIPELINEENDPTSTATUS¶
The current status of the pipeline endpoint connection.
iv_vpcendpointowner TYPE /AWS1/OSIAWSACCOUNTID /AWS1/OSIAWSACCOUNTID¶
The Amazon Web Services account ID that owns the VPC endpoint used in this connection.
Queryable Attributes¶
PipelineArn¶
The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEARN() |
Getter for PIPELINEARN, with configurable default |
ASK_PIPELINEARN() |
Getter for PIPELINEARN w/ exceptions if field has no value |
HAS_PIPELINEARN() |
Determine if PIPELINEARN has a value |
EndpointId¶
The unique identifier of the endpoint in the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTID() |
Getter for ENDPOINTID, with configurable default |
ASK_ENDPOINTID() |
Getter for ENDPOINTID w/ exceptions if field has no value |
HAS_ENDPOINTID() |
Determine if ENDPOINTID has a value |
Status¶
The current status of the pipeline endpoint connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
VpcEndpointOwner¶
The Amazon Web Services account ID that owns the VPC endpoint used in this connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCENDPOINTOWNER() |
Getter for VPCENDPOINTOWNER, with configurable default |
ASK_VPCENDPOINTOWNER() |
Getter for VPCENDPOINTOWNER w/ exceptions if field has no va |
HAS_VPCENDPOINTOWNER() |
Determine if VPCENDPOINTOWNER has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PLINENDPTCONNSSUMMARYLIST¶
TYPES TT_PLINENDPTCONNSSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSIPIPELINEENDPTCONN WITH DEFAULT KEY
.