interface SessionStorageConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnRuntime.SessionStorageConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnRuntime_SessionStorageConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.SessionStorageConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnRuntime.SessionStorageConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnRuntime » SessionStorageConfigurationProperty |
Configuration for session storage.
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 sessionStorageConfigurationProperty: bedrockagentcore.CfnRuntime.SessionStorageConfigurationProperty = {
mountPath: 'mountPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| mount | string | Mount path for session storage. |
mountPath
Type:
string
Mount path for session storage.

.NET
Go
Java
Python
TypeScript