Show / Hide Table of Contents

Class TargetGroupStickinessArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TargetGroupStickinessArgs
Inherited Members
ResourceArgs.Empty
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 TargetGroupStickinessArgs : ResourceArgs

Constructors

View Source

TargetGroupStickinessArgs()

Declaration
public TargetGroupStickinessArgs()

Properties

View Source

CookieDuration

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>
View Source

Enabled

Indicates whether health checks are enabled. Defaults to true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.