Show / Hide Table of Contents

Class LoadBalancerListenerArgs

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

Constructors

View Source

LoadBalancerListenerArgs()

Declaration
public LoadBalancerListenerArgs()

Properties

View Source

InstancePort

The port on the instance to route to

Declaration
public Input<int> InstancePort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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

LbPort

The port to listen on for the load balancer

Declaration
public Input<int> LbPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
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 Input<string> SslCertificateId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.