Class CfnGatewayTargetPropsMixin.StickinessConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGatewayTargetPropsMixin.StickinessConfigurationProperty : CfnGatewayTargetPropsMixin.IStickinessConfigurationProperty
Syntax (vb)
Public Class CfnGatewayTargetPropsMixin.StickinessConfigurationProperty Implements CfnGatewayTargetPropsMixin.IStickinessConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var stickinessConfigurationProperty = new StickinessConfigurationProperty {
Identifier = "identifier",
Timeout = 123
};
Synopsis
Constructors
| StickinessConfigurationProperty() |
Properties
| Identifier | |
| Timeout |
Constructors
StickinessConfigurationProperty()
public StickinessConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var stickinessConfigurationProperty = new StickinessConfigurationProperty {
Identifier = "identifier",
Timeout = 123
};
Properties
Identifier
public string? Identifier { get; set; }
Property Value
Remarks
Timeout
public double? Timeout { get; set; }