Class ProxyProtocolPolicyArgs
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProxyProtocolPolicyArgs : ResourceArgs
Constructors
View SourceProxyProtocolPolicyArgs()
Declaration
public ProxyProtocolPolicyArgs()
Properties
View SourceInstancePorts
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> |
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> |