Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-sessionstorageconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-sessionstorageconfiguration.html#cfn-bedrockagentcore-harness-sessionstorageconfiguration-mountpath

Back to top Generated by DocFX