AWS cli documentation change
Summary
Added filesystemConfigurations output field to display mounted filesystem configurations in AgentCore Runtime responses
Security assessment
This change adds documentation for a response field that shows existing filesystem configurations. No security vulnerabilities are mentioned or addressed in this documentation update.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/get-agent-runtime.md b/cli/latest/reference/bedrock-agentcore-control/get-agent-runtime.md index ef426e880..1c9f8e45a 100644 --- a//cli/latest/reference/bedrock-agentcore-control/get-agent-runtime.md +++ b//cli/latest/reference/bedrock-agentcore-control/get-agent-runtime.md @@ -15 +15 @@ - * [AWS CLI 2.34.14 Command Reference](../../index.html) » + * [AWS CLI 2.34.16 Command Reference](../../index.html) » @@ -771,0 +772,35 @@ metadataConfiguration -> (structure) +filesystemConfigurations -> (list) + +> The filesystem configurations mounted into the AgentCore Runtime. +> +> Constraints: +> +> * min: `0` +> * max: `1` +> + +> +> (tagged union structure) +> +>> Configuration for a filesystem that can be mounted into the AgentCore Runtime. +>> +>> ### Note +>> +>> This is a Tagged Union structure. Only one of the following top level keys can be set: `sessionStorage`. +>> +>> sessionStorage -> (structure) +>> +>>> Configuration for session storage. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations. +>>> +>>> mountPath -> (string) [required] +>>> +>>>> The mount path for the session storage filesystem inside the AgentCore Runtime. The path must be under `/mnt` with exactly one subdirectory level (for example, `/mnt/data` ). +>>>> +>>>> Constraints: +>>>> +>>>> * min: `6` +>>>> * max: `200` +>>>> * pattern: `/mnt/[a-zA-Z0-9._-]+/?` +>>>> + + @@ -782 +817 @@ metadataConfiguration -> (structure) - * [AWS CLI 2.34.14 Command Reference](../../index.html) » + * [AWS CLI 2.34.16 Command Reference](../../index.html) »