Class CfnHarness.SessionStorageConfigurationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHarness.SessionStorageConfigurationProperty : CfnHarness.ISessionStorageConfigurationProperty
Syntax (vb)
Public Class CfnHarness.SessionStorageConfigurationProperty Implements 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
Constructors
| SessionStorageConfigurationProperty() |
Properties
| MountPath |
Constructors
SessionStorageConfigurationProperty()
public SessionStorageConfigurationProperty()
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"
};
Properties
MountPath
public string MountPath { get; set; }