Show / Hide Table of Contents

Class CfnGatewayTargetPropsMixin.StickinessConfigurationProperty

Inheritance
object
CfnGatewayTargetPropsMixin.StickinessConfigurationProperty
Implements
CfnGatewayTargetPropsMixin.IStickinessConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-stickinessconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-stickinessconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-stickinessconfiguration.html#cfn-bedrockagentcore-gatewaytarget-stickinessconfiguration-identifier

Timeout

public double? Timeout { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-stickinessconfiguration.html#cfn-bedrockagentcore-gatewaytarget-stickinessconfiguration-timeout

Implements

CfnGatewayTargetPropsMixin.IStickinessConfigurationProperty
Back to top Generated by DocFX