Show / Hide Table of Contents

Class LoadBalancerCookieStickinessPolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
LoadBalancerCookieStickinessPolicyState
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.ElasticLoadBalancing
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerCookieStickinessPolicyState : ResourceArgs

Constructors

View Source

LoadBalancerCookieStickinessPolicyState()

Declaration
public LoadBalancerCookieStickinessPolicyState()

Properties

View Source

CookieExpirationPeriod

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

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

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

Name

The name of the stickiness policy.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.