Class LoadBalancerListenerArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerListenerArgs : ResourceArgs
Constructors
View SourceLoadBalancerListenerArgs()
Declaration
public LoadBalancerListenerArgs()
Properties
View SourceInstancePort
The port on the instance to route to
Declaration
public Input<int> InstancePort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InstanceProtocol
The protocol to use to the instance. Valid
values are HTTP, HTTPS, TCP, or SSL
Declaration
public Input<string> InstanceProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LbPort
The port to listen on for the load balancer
Declaration
public Input<int> LbPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LbProtocol
The protocol to listen on. Valid values are HTTP,
HTTPS, TCP, or SSL
Declaration
public Input<string> LbProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> SslCertificateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |