interface LifecycleConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnHarness.LifecycleConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnHarness_LifecycleConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnHarness.LifecycleConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnHarness.LifecycleConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnHarness » LifecycleConfigurationProperty |
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 lifecycleConfigurationProperty: bedrockagentcore.CfnHarness.LifecycleConfigurationProperty = {
idleRuntimeSessionTimeout: 123,
maxLifetime: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| idle | number | |
| max | number |
idleRuntimeSessionTimeout?
Type:
number
(optional)
maxLifetime?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript