interface SessionStorageConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnRuntimePropsMixin.SessionStorageConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnRuntimePropsMixin_SessionStorageConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnRuntimePropsMixin.SessionStorageConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnRuntimePropsMixin.SessionStorageConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnRuntimePropsMixin » 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/cfn-property-mixins';
const sessionStorageConfigurationProperty: bedrockagentcore.CfnRuntimePropsMixin.SessionStorageConfigurationProperty = {
mountPath: 'mountPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| mount | string | Mount path for session storage. |
mountPath?
Type:
string
(optional)
Mount path for session storage.

.NET
Go
Java
Python
TypeScript