/AWS1/CL_BDOHARNAGCORERUNENV00¶
The AgentCore Runtime environment request configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_lifecycleconfiguration TYPE REF TO /AWS1/CL_BDOLIFECYCLECONF /AWS1/CL_BDOLIFECYCLECONF¶
LifecycleConfiguration lets you manage the lifecycle of runtime sessions and resources in AgentCore Runtime. This configuration helps optimize resource utilization by automatically cleaning up idle sessions and preventing long-running instances from consuming resources indefinitely.
io_networkconfiguration TYPE REF TO /AWS1/CL_BDONETWORKCONF /AWS1/CL_BDONETWORKCONF¶
SecurityConfig for the Agent.
it_filesystemconfigurations TYPE /AWS1/CL_BDOFILESYSTEMCONF=>TT_FILESYSTEMCONFIGURATIONS TT_FILESYSTEMCONFIGURATIONS¶
The filesystem configurations for the runtime environment.
Queryable Attributes¶
lifecycleConfiguration¶
LifecycleConfiguration lets you manage the lifecycle of runtime sessions and resources in AgentCore Runtime. This configuration helps optimize resource utilization by automatically cleaning up idle sessions and preventing long-running instances from consuming resources indefinitely.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIFECYCLECONFIGURATION() |
Getter for LIFECYCLECONFIGURATION |
networkConfiguration¶
SecurityConfig for the Agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKCONFIGURATION() |
Getter for NETWORKCONFIGURATION |
filesystemConfigurations¶
The filesystem configurations for the runtime environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMCONFIGURATIONS() |
Getter for FILESYSTEMCONFIGURATIONS, with configurable defau |
ASK_FILESYSTEMCONFIGURATIONS() |
Getter for FILESYSTEMCONFIGURATIONS w/ exceptions if field h |
HAS_FILESYSTEMCONFIGURATIONS() |
Determine if FILESYSTEMCONFIGURATIONS has a value |