Class TargetGroupStickiness
Inheritance
System.Object
TargetGroupStickiness
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TargetGroupStickiness
Fields
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 readonly int? CookieDuration
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Enabled
Indicates whether health checks are enabled. Defaults to true.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Type
The type of sticky sessions. The only current possible value is lb_cookie.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |