AWS AWSCloudFormation documentation change
Summary
Added documentation for session storage mount paths
Security assessment
Documents filesystem configuration without any security-specific content. No security features or vulnerabilities are addressed.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-harness-sessionstorageconfiguration.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-harness-sessionstorageconfiguration.md index 3bdc7911e..5f997cdb1 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-harness-sessionstorageconfiguration.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-harness-sessionstorageconfiguration.md @@ -11 +11 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `SessionStorageConfiguration` property type specifies Property description not available. for an [AWS::BedrockAgentCore::Harness](./aws-resource-bedrockagentcore-harness.html). +Configuration for a session storage filesystem mounted into the AgentCore Runtime. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations. @@ -36 +36 @@ To declare this entity in your CloudFormation template, use the following syntax -Property description not available. +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`).