/AWS1/CL_EVBUPCXNAUTHREQPARMS¶
Contains the additional parameters to use for the connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_basicauthparameters TYPE REF TO /AWS1/CL_EVBUPCXNBSAUTHREQPRMS /AWS1/CL_EVBUPCXNBSAUTHREQPRMS¶
The authorization parameters for Basic authorization.
io_oauthparameters TYPE REF TO /AWS1/CL_EVBUPCXNOAUTHREQPARMS /AWS1/CL_EVBUPCXNOAUTHREQPARMS¶
The authorization parameters for OAuth authorization.
io_apikeyauthparameters TYPE REF TO /AWS1/CL_EVBUPCXNAPIKEYAUTHR00 /AWS1/CL_EVBUPCXNAPIKEYAUTHR00¶
The authorization parameters for API key authorization.
io_invocationhttpparameters TYPE REF TO /AWS1/CL_EVBCONNHTTPPARAMETERS /AWS1/CL_EVBCONNHTTPPARAMETERS¶
The additional parameters to use for the connection.
io_connectivityparameters TYPE REF TO /AWS1/CL_EVBCNNCTVYRESRCPARAMS /AWS1/CL_EVBCNNCTVYRESRCPARAMS¶
If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
For more information, see Authorization methods for connections in the Amazon EventBridge User Guide .
Queryable Attributes¶
BasicAuthParameters¶
The authorization parameters for Basic authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASICAUTHPARAMETERS() |
Getter for BASICAUTHPARAMETERS |
OAuthParameters¶
The authorization parameters for OAuth authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OAUTHPARAMETERS() |
Getter for OAUTHPARAMETERS |
ApiKeyAuthParameters¶
The authorization parameters for API key authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APIKEYAUTHPARAMETERS() |
Getter for APIKEYAUTHPARAMETERS |
InvocationHttpParameters¶
The additional parameters to use for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOCATIONHTTPPARAMETERS() |
Getter for INVOCATIONHTTPPARAMETERS |
ConnectivityParameters¶
If you specify a private OAuth endpoint, the parameters for EventBridge to use when authenticating against the endpoint.
For more information, see Authorization methods for connections in the Amazon EventBridge User Guide .
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIVITYPARAMETERS() |
Getter for CONNECTIVITYPARAMETERS |