/AWS1/CL_BDOHARNAGENTCOREGWCFG¶
Configuration for AgentCore Gateway.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_gatewayarn TYPE /AWS1/BDOGATEWAYARN /AWS1/BDOGATEWAYARN¶
The ARN of the desired AgentCore Gateway.
Optional arguments:¶
io_outboundauth TYPE REF TO /AWS1/CL_BDOHARNGWOUTBNDAUTH /AWS1/CL_BDOHARNGWOUTBNDAUTH¶
How Loopy authenticates to this Gateway. Defaults to AWS_IAM (SigV4) if omitted.
Queryable Attributes¶
gatewayArn¶
The ARN of the desired AgentCore Gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYARN() |
Getter for GATEWAYARN, with configurable default |
ASK_GATEWAYARN() |
Getter for GATEWAYARN w/ exceptions if field has no value |
HAS_GATEWAYARN() |
Determine if GATEWAYARN has a value |
outboundAuth¶
How Loopy authenticates to this Gateway. Defaults to AWS_IAM (SigV4) if omitted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTBOUNDAUTH() |
Getter for OUTBOUNDAUTH |