Show / Hide Table of Contents

Class CfnHarness.SessionStorageConfigurationProperty

Inheritance
object
CfnHarness.SessionStorageConfigurationProperty
Implements
CfnHarness.ISessionStorageConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

Constructors

SessionStorageConfigurationProperty()

Properties

MountPath

Constructors

SessionStorageConfigurationProperty()

public SessionStorageConfigurationProperty()
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"
             };

Properties

MountPath

public string MountPath { get; set; }
Property Value

string

Remarks

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

Implements

CfnHarness.ISessionStorageConfigurationProperty
Back to top Generated by DocFX