/AWS1/CL_EVBCONNAUTHRSPPARAMS¶
Tthe authorization parameters to use for the connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_basicauthparameters TYPE REF TO /AWS1/CL_EVBCXNBSAUTHRSPPARMS /AWS1/CL_EVBCXNBSAUTHRSPPARMS¶
The authorization parameters for Basic authorization.
io_oauthparameters TYPE REF TO /AWS1/CL_EVBCONNOAUTHRSPPARAMS /AWS1/CL_EVBCONNOAUTHRSPPARAMS¶
The OAuth parameters to use for authorization.
io_apikeyauthparameters TYPE REF TO /AWS1/CL_EVBCXNAPIKEYAUTHRSP00 /AWS1/CL_EVBCXNAPIKEYAUTHRSP00¶
The API Key parameters to use for authorization.
io_invocationhttpparameters TYPE REF TO /AWS1/CL_EVBCONNHTTPPARAMETERS /AWS1/CL_EVBCONNHTTPPARAMETERS¶
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
io_connectivityparameters TYPE REF TO /AWS1/CL_EVBDSCCXNCVYPARMS /AWS1/CL_EVBDSCCXNCVYPARMS¶
For private OAuth authentication endpoints. The parameters EventBridge uses to authenticate 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 OAuth parameters to use for authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OAUTHPARAMETERS() |
Getter for OAUTHPARAMETERS |
ApiKeyAuthParameters¶
The API Key parameters to use for authorization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APIKEYAUTHPARAMETERS() |
Getter for APIKEYAUTHPARAMETERS |
InvocationHttpParameters¶
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOCATIONHTTPPARAMETERS() |
Getter for INVOCATIONHTTPPARAMETERS |
ConnectivityParameters¶
For private OAuth authentication endpoints. The parameters EventBridge uses to authenticate 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 |