/AWS1/CL_BDORUNTIMETARGETCONF¶
Configuration for an AgentCore Runtime target. Specifies the agent runtime to route requests to via HTTP.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/BDORUNTIMEARN /AWS1/BDORUNTIMEARN¶
The Amazon Resource Name (ARN) of the AgentCore Runtime to route requests to.
Optional arguments:¶
iv_qualifier TYPE /AWS1/BDORUNTIMEQUALIFIER /AWS1/BDORUNTIMEQUALIFIER¶
The qualifier for the agent runtime, used to target a specific endpoint version. If not specified, the default endpoint is used.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the AgentCore Runtime to route requests to.
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 |
qualifier¶
The qualifier for the agent runtime, used to target a specific endpoint version. If not specified, the default endpoint is used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUALIFIER() |
Getter for QUALIFIER, with configurable default |
ASK_QUALIFIER() |
Getter for QUALIFIER w/ exceptions if field has no value |
HAS_QUALIFIER() |
Determine if QUALIFIER has a value |