Class CfnHarnessPropsMixin.HarnessSlidingWindowConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnHarnessPropsMixin.HarnessSlidingWindowConfigurationProperty : CfnHarnessPropsMixin.IHarnessSlidingWindowConfigurationProperty
Syntax (vb)
Public Class CfnHarnessPropsMixin.HarnessSlidingWindowConfigurationProperty Implements CfnHarnessPropsMixin.IHarnessSlidingWindowConfigurationProperty
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var harnessSlidingWindowConfigurationProperty = new HarnessSlidingWindowConfigurationProperty {
MessagesCount = 123
};
Synopsis
Constructors
| HarnessSlidingWindowConfigurationProperty() |
Properties
| MessagesCount |
Constructors
HarnessSlidingWindowConfigurationProperty()
public HarnessSlidingWindowConfigurationProperty()
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.CfnPropertyMixins.AWS.BedrockAgentCore;
var harnessSlidingWindowConfigurationProperty = new HarnessSlidingWindowConfigurationProperty {
MessagesCount = 123
};
Properties
MessagesCount
public double? MessagesCount { get; set; }