Class TargetGroupStickinessGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApplicationLoadBalancing.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TargetGroupStickinessGetArgs : ResourceArgs
Constructors
View SourceTargetGroupStickinessGetArgs()
Declaration
public TargetGroupStickinessGetArgs()
Properties
View SourceCookieDuration
The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).
Declaration
public Input<int> CookieDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Enabled
Indicates whether health checks are enabled. Defaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Type
The type of sticky sessions. The only current possible value is lb_cookie.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |