Interface CfnHarness.ISessionStorageConfigurationProperty
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnHarness.ISessionStorageConfigurationProperty
Syntax (vb)
Public Interface CfnHarness.ISessionStorageConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BedrockAgentCore;
var sessionStorageConfigurationProperty = new SessionStorageConfigurationProperty {
MountPath = "mountPath"
};
Synopsis
Properties
| MountPath |
Properties
MountPath
string MountPath { get; }