Skip to content

/AWS1/CL_EVBCREATEENDPTRSP

CreateEndpointResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NAME TYPE /AWS1/EVBENDPOINTNAME /AWS1/EVBENDPOINTNAME

The name of the endpoint that was created by this request.

IV_ARN TYPE /AWS1/EVBENDPOINTARN /AWS1/EVBENDPOINTARN

The ARN of the endpoint that was created by this request.

IO_ROUTINGCONFIG TYPE REF TO /AWS1/CL_EVBROUTINGCONFIG /AWS1/CL_EVBROUTINGCONFIG

The routing configuration defined by this request.

IO_REPLICATIONCONFIG TYPE REF TO /AWS1/CL_EVBREPLICATIONCONFIG /AWS1/CL_EVBREPLICATIONCONFIG

Whether event replication was enabled or disabled by this request.

IT_EVENTBUSES TYPE /AWS1/CL_EVBENDPOINTEVENTBUS=>TT_ENDPOINTEVENTBUSLIST TT_ENDPOINTEVENTBUSLIST

The event buses used by this request.

IV_ROLEARN TYPE /AWS1/EVBIAMROLEARN /AWS1/EVBIAMROLEARN

The ARN of the role used by event replication for this request.

IV_STATE TYPE /AWS1/EVBENDPOINTSTATE /AWS1/EVBENDPOINTSTATE

The state of the endpoint that was created by this request.


Queryable Attributes

Name

The name of the endpoint that was created by this request.

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

Arn

The ARN of the endpoint that was created by this request.

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 defined by this request.

Accessible with the following methods

Method Description
GET_ROUTINGCONFIG() Getter for ROUTINGCONFIG

ReplicationConfig

Whether event replication was enabled or disabled by this request.

Accessible with the following methods

Method Description
GET_REPLICATIONCONFIG() Getter for REPLICATIONCONFIG

EventBuses

The event buses used by this request.

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 event replication for this request.

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

State

The state of the endpoint that was created by this request.

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