interface StickinessConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnGatewayTarget.StickinessConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnGatewayTarget_StickinessConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.StickinessConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnGatewayTarget.StickinessConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnGatewayTarget » StickinessConfigurationProperty |
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 stickinessConfigurationProperty: bedrockagentcore.CfnGatewayTarget.StickinessConfigurationProperty = {
identifier: 'identifier',
// the properties below are optional
timeout: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| identifier | string | |
| timeout? | number |
identifier
Type:
string
timeout?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript