Show / Hide Table of Contents

Class ProxyProtocolPolicyArgs

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

Constructors

View Source

ProxyProtocolPolicyArgs()

Declaration
public ProxyProtocolPolicyArgs()

Properties

View Source

InstancePorts

List of instance ports to which the policy should be applied. This can be specified if the protocol is SSL or TCP.

Declaration
public InputList<string> InstancePorts { get; set; }
Property Value
Type Description
InputList<System.String>
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
Back to top Copyright 2016-2020, Pulumi Corporation.