Class LoadBalancerListener
Inheritance
System.Object
LoadBalancerListener
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerListener
Fields
View SourceInstancePort
The port on the instance to route to
Declaration
public readonly int InstancePort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
InstanceProtocol
The protocol to use to the instance. Valid
values are HTTP, HTTPS, TCP, or SSL
Declaration
public readonly string InstanceProtocol
Field Value
| Type | Description |
|---|---|
| System.String |
LbPort
The port to listen on for the load balancer
Declaration
public readonly int LbPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
LbProtocol
The protocol to listen on. Valid values are HTTP,
HTTPS, TCP, or SSL
Declaration
public readonly string LbProtocol
Field Value
| Type | Description |
|---|---|
| System.String |
SslCertificateId
The ARN of an SSL certificate you have
uploaded to AWS IAM. Note ECDSA-specific restrictions below. Only valid when lb_protocol is either HTTPS or SSL
Declaration
public readonly string SslCertificateId
Field Value
| Type | Description |
|---|---|
| System.String |