interface TimeBasedTriggerInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnMemoryPropsMixin.TimeBasedTriggerInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnMemoryPropsMixin_TimeBasedTriggerInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnMemoryPropsMixin.TimeBasedTriggerInputProperty |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnMemoryPropsMixin.TimeBasedTriggerInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnMemoryPropsMixin » 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 { mixins as bedrockagentcore_mixins } from '@aws-cdk/mixins-preview/aws-bedrockagentcore';
const timeBasedTriggerInputProperty: bedrockagentcore_mixins.CfnMemoryPropsMixin.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.

.NET
Go
Java
Python
TypeScript