interface FilesystemConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnRuntime.FilesystemConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnRuntime_FilesystemConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.FilesystemConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnRuntime.FilesystemConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnRuntime » FilesystemConfigurationProperty |
Filesystem configuration for the runtime.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const filesystemConfigurationProperty: bedrockagentcore.CfnRuntime.FilesystemConfigurationProperty = {
sessionStorage: {
mountPath: 'mountPath',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| session | IResolvable | Session | Configuration for session storage. |
sessionStorage?
Type:
IResolvable | Session
(optional)
Configuration for session storage.

.NET
Go
Java
Python
TypeScript