Show / Hide Table of Contents

Interface CfnHarness.IHarnessSlidingWindowConfigurationProperty

Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnHarness.IHarnessSlidingWindowConfigurationProperty
Syntax (vb)
Public Interface 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

Properties

MessagesCount

Properties

MessagesCount

double? MessagesCount { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX