Show / Hide Table of Contents

Class CfnHarness.HarnessSlidingWindowConfigurationProperty

Inheritance
object
CfnHarness.HarnessSlidingWindowConfigurationProperty
Implements
CfnHarness.IHarnessSlidingWindowConfigurationProperty
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.HarnessSlidingWindowConfigurationProperty : CfnHarness.IHarnessSlidingWindowConfigurationProperty
Syntax (vb)
Public Class CfnHarness.HarnessSlidingWindowConfigurationProperty Implements CfnHarness.IHarnessSlidingWindowConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-harnessslidingwindowconfiguration.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 harnessSlidingWindowConfigurationProperty = new HarnessSlidingWindowConfigurationProperty {
                 MessagesCount = 123
             };

Synopsis

Constructors

HarnessSlidingWindowConfigurationProperty()

Properties

MessagesCount

Constructors

HarnessSlidingWindowConfigurationProperty()

public HarnessSlidingWindowConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-harnessslidingwindowconfiguration.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 harnessSlidingWindowConfigurationProperty = new HarnessSlidingWindowConfigurationProperty {
                 MessagesCount = 123
             };

Properties

MessagesCount

public double? MessagesCount { get; set; }
Property Value

double?

Remarks

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

Implements

CfnHarness.IHarnessSlidingWindowConfigurationProperty
Back to top Generated by DocFX