Skip to content

Bedrock Agentcore Control  >  Structures  >  HarnessAgentCoreRuntimeEnvironmentRequest

HarnessAgentCoreRuntimeEnvironmentRequest

Structure Class

HarnessAgentCoreRuntimeEnvironmentRequest dataclass

The AgentCore Runtime environment request configuration.

Attributes

filesystem_configurations class-attribute instance-attribute
filesystem_configurations: list[FilesystemConfiguration] | None = None

The filesystem configurations for the runtime environment.

lifecycle_configuration class-attribute instance-attribute
lifecycle_configuration: LifecycleConfiguration | None = None

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.

network_configuration class-attribute instance-attribute
network_configuration: NetworkConfiguration | None = None

SecurityConfig for the Agent.