Show / Hide Table of Contents

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 Source

InstancePort

The port on the instance to route to

Declaration
public readonly int InstancePort
Field Value
Type Description
System.Int32
View Source

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
View Source

LbPort

The port to listen on for the load balancer

Declaration
public readonly int LbPort
Field Value
Type Description
System.Int32
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.