/AWS1/CL_EVBDESCRENDPTRESPONSE¶
DescribeEndpointResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/EVBENDPOINTNAME /AWS1/EVBENDPOINTNAME¶
The name of the endpoint you asked for information about.
iv_description TYPE /AWS1/EVBENDPOINTDESCRIPTION /AWS1/EVBENDPOINTDESCRIPTION¶
The description of the endpoint you asked for information about.
iv_arn TYPE /AWS1/EVBENDPOINTARN /AWS1/EVBENDPOINTARN¶
The ARN of the endpoint you asked for information about.
io_routingconfig TYPE REF TO /AWS1/CL_EVBROUTINGCONFIG /AWS1/CL_EVBROUTINGCONFIG¶
The routing configuration of the endpoint you asked for information about.
io_replicationconfig TYPE REF TO /AWS1/CL_EVBREPLICATIONCONFIG /AWS1/CL_EVBREPLICATIONCONFIG¶
Whether replication is enabled or disabled for the endpoint you asked for information about.
it_eventbuses TYPE /AWS1/CL_EVBENDPOINTEVENTBUS=>TT_ENDPOINTEVENTBUSLIST TT_ENDPOINTEVENTBUSLIST¶
The event buses being used by the endpoint you asked for information about.
iv_rolearn TYPE /AWS1/EVBIAMROLEARN /AWS1/EVBIAMROLEARN¶
The ARN of the role used by the endpoint you asked for information about.
iv_endpointid TYPE /AWS1/EVBENDPOINTID /AWS1/EVBENDPOINTID¶
The ID of the endpoint you asked for information about.
iv_endpointurl TYPE /AWS1/EVBENDPOINTURL /AWS1/EVBENDPOINTURL¶
The URL of the endpoint you asked for information about.
iv_state TYPE /AWS1/EVBENDPOINTSTATE /AWS1/EVBENDPOINTSTATE¶
The current state of the endpoint you asked for information about.
iv_statereason TYPE /AWS1/EVBENDPOINTSTATEREASON /AWS1/EVBENDPOINTSTATEREASON¶
The reason the endpoint you asked for information about is in its current state.
iv_creationtime TYPE /AWS1/EVBTIMESTAMP /AWS1/EVBTIMESTAMP¶
The time the endpoint you asked for information about was created.
iv_lastmodifiedtime TYPE /AWS1/EVBTIMESTAMP /AWS1/EVBTIMESTAMP¶
The last time the endpoint you asked for information about was modified.
Queryable Attributes¶
Name¶
The name of the endpoint you asked for information about.
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 |
Description¶
The description of the endpoint you asked for information about.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Arn¶
The ARN of the endpoint you asked for information about.
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 |
RoutingConfig¶
The routing configuration of the endpoint you asked for information about.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTINGCONFIG() |
Getter for ROUTINGCONFIG |
ReplicationConfig¶
Whether replication is enabled or disabled for the endpoint you asked for information about.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONCONFIG() |
Getter for REPLICATIONCONFIG |
EventBuses¶
The event buses being used by the endpoint you asked for information about.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTBUSES() |
Getter for EVENTBUSES, with configurable default |
ASK_EVENTBUSES() |
Getter for EVENTBUSES w/ exceptions if field has no value |
HAS_EVENTBUSES() |
Determine if EVENTBUSES has a value |
RoleArn¶
The ARN of the role used by the endpoint you asked for information about.
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 |
EndpointId¶
The ID of the endpoint you asked for information about.
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 |
EndpointUrl¶
The URL of the endpoint you asked for information about.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTURL() |
Getter for ENDPOINTURL, with configurable default |
ASK_ENDPOINTURL() |
Getter for ENDPOINTURL w/ exceptions if field has no value |
HAS_ENDPOINTURL() |
Determine if ENDPOINTURL has a value |
State¶
The current state of the endpoint you asked for information about.
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 |
StateReason¶
The reason the endpoint you asked for information about is in its current state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEREASON() |
Getter for STATEREASON, with configurable default |
ASK_STATEREASON() |
Getter for STATEREASON w/ exceptions if field has no value |
HAS_STATEREASON() |
Determine if STATEREASON has a value |
CreationTime¶
The time the endpoint you asked for information about was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModifiedTime¶
The last time the endpoint you asked for information about was modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |