interface SessionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnGateway.SessionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnGateway_SessionConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnGateway.SessionConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnGateway.SessionConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnGateway » SessionConfigurationProperty |
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 sessionConfigurationProperty: bedrockagentcore.CfnGateway.SessionConfigurationProperty = {
sessionTimeoutInSeconds: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| session | number |
sessionTimeoutInSeconds?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript