Interface CfnMemory.ITokenBasedTriggerInputProperty
The token based trigger input.
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMemory.ITokenBasedTriggerInputProperty
Syntax (vb)
Public Interface CfnMemory.ITokenBasedTriggerInputProperty
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.AWS.BedrockAgentCore;
var tokenBasedTriggerInputProperty = new TokenBasedTriggerInputProperty {
TokenCount = 123
};
Synopsis
Properties
| TokenCount | The token based trigger token count. |
Properties
TokenCount
The token based trigger token count.
double? TokenCount { get; }