Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-tokenbasedtriggerinput.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 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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-tokenbasedtriggerinput.html#cfn-bedrockagentcore-memory-tokenbasedtriggerinput-tokencount

Back to top Generated by DocFX