Class LoadBalancerCookieStickinessPolicyArgs
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.ElasticLoadBalancing
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerCookieStickinessPolicyArgs : ResourceArgs
Constructors
View SourceLoadBalancerCookieStickinessPolicyArgs()
Declaration
public LoadBalancerCookieStickinessPolicyArgs()
Properties
View SourceCookieExpirationPeriod
The time period after which the session cookie should be considered stale, expressed in seconds.
Declaration
public Input<int> CookieExpirationPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LbPort
The load balancer port to which the policy should be applied. This must be an active listener on the load balancer.
Declaration
public Input<int> LbPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LoadBalancer
The load balancer to which the policy should be attached.
Declaration
public Input<string> LoadBalancer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the stickiness policy.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |