interface StickinessConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayTargetPropsMixin.StickinessConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayTargetPropsMixin_StickinessConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.StickinessConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayTargetPropsMixin.StickinessConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayTargetPropsMixin » 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/cfn-property-mixins';
const stickinessConfigurationProperty: bedrockagentcore.CfnGatewayTargetPropsMixin.StickinessConfigurationProperty = {
identifier: 'identifier',
timeout: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| identifier? | string | |
| timeout? | number |
identifier?
Type:
string
(optional)
timeout?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript