Show / Hide Table of Contents

Class AppCookieStickinessPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AppCookieStickinessPolicyArgs
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 AppCookieStickinessPolicyArgs : ResourceArgs

Constructors

View Source

AppCookieStickinessPolicyArgs()

Declaration
public AppCookieStickinessPolicyArgs()

Properties

View Source

CookieName

The application cookie whose lifetime the ELB's cookie should follow.

Declaration
public Input<string> CookieName { get; set; }
Property Value
Type Description
Input<System.String>
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 name of 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.