/AWS1/CL_BDOALLOWEDWKLDCONF¶
The configuration that restricts which workloads in the request's identity chain are allowed to invoke the target, identified by their hosting environments and workload identities. At launch, this is supported only for AgentCore Runtime targets, and the allowed workloads are AgentCore Gateways.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_hostingenvironments TYPE /AWS1/CL_BDOHOSTINGENVIRONMENT=>TT_HOSTINGENVIRONMENTLISTTYPE TT_HOSTINGENVIRONMENTLISTTYPE¶
The list of hosting environments whose workloads are allowed to invoke the target. At launch, the only supported hosting environment is AgentCore Gateway.
it_workloadidentities TYPE /AWS1/CL_BDOWKLDIDNAMLSTTYPE_W=>TT_WORKLOADIDNAMELISTTYPE TT_WORKLOADIDNAMELISTTYPE¶
The list of workload identities that are allowed to invoke the target.
Queryable Attributes¶
hostingEnvironments¶
The list of hosting environments whose workloads are allowed to invoke the target. At launch, the only supported hosting environment is AgentCore Gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTINGENVIRONMENTS() |
Getter for HOSTINGENVIRONMENTS, with configurable default |
ASK_HOSTINGENVIRONMENTS() |
Getter for HOSTINGENVIRONMENTS w/ exceptions if field has no |
HAS_HOSTINGENVIRONMENTS() |
Determine if HOSTINGENVIRONMENTS has a value |
workloadIdentities¶
The list of workload identities that are allowed to invoke the target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKLOADIDENTITIES() |
Getter for WORKLOADIDENTITIES, with configurable default |
ASK_WORKLOADIDENTITIES() |
Getter for WORKLOADIDENTITIES w/ exceptions if field has no |
HAS_WORKLOADIDENTITIES() |
Determine if WORKLOADIDENTITIES has a value |