interface TimeBasedTriggerInputProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_bedrockagentcore.CfnMemory.TimeBasedTriggerInputProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnMemory_TimeBasedTriggerInputProperty | 
|  Java | software.amazon.awscdk.services.bedrockagentcore.CfnMemory.TimeBasedTriggerInputProperty | 
|  Python | aws_cdk.aws_bedrockagentcore.CfnMemory.TimeBasedTriggerInputProperty | 
|  TypeScript | aws-cdk-lib»aws_bedrockagentcore»CfnMemory»TimeBasedTriggerInputProperty | 
The memory trigger condition input for the time based trigger.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const timeBasedTriggerInputProperty: bedrockagentcore.CfnMemory.TimeBasedTriggerInputProperty = {
  idleSessionTimeout: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| idle | number | The memory trigger condition input for the session timeout. | 
idleSessionTimeout?
Type:
number
(optional)
The memory trigger condition input for the session timeout.
