Class: ElasticLoadBalancingListenerPropertyType

Types~ElasticLoadBalancingListenerPropertyType

new ElasticLoadBalancingListenerPropertyType()

Properties:
Name Type Description
InstancePort String Required: Yes. Specifies the TCP port on which the instance server is listening. This property cannot be modified for the life of the load balancer.
InstanceProtocol String Required: No. Specifies the protocol to use for routing traffic to back-end instances—HTTP, HTTPS, TCP, or SSL. This property cannot be modified for the life of the load balancer.NoteIf the front-end protocol is HTTP or HTTPS, InstanceProtocol has to be at the same protocol layer, i.e., HTTP or HTTPS. Likewise, if the front-end protocol is TCP or SSL, InstanceProtocol has to be TCP or SSL.If there is another listener with the same InstancePort whose InstanceProtocol is secure, i.e., HTTPS or SSL, the listener's InstanceProtocol has to be secure, i.e., HTTPS or SSL. If there is another listener with the same InstancePort whose InstanceProtocol is HTTP or TCP, the listener's InstanceProtocol must be either HTTP or TCP.
LoadBalancerPort String Required: Yes. Specifies the external load balancer port number. This property cannot be modified for the life of the load balancer.
PolicyNames String Required: No. A list of ElasticLoadBalancing policy names to associate with the listener. Specify only policies that are compatible with listeners. For more information, see DescribeLoadBalancerPolicyTypes in the Elastic Load Balancing API Reference version 2012-06-01.
Protocol String Required: Yes. Specifies the load balancer transport protocol to use for routing — HTTP, HTTPS, TCP or SSL. This property cannot be modified for the life of the load balancer.
SSLCertificateId String Required: No. The ARN of the SSL certificate to use. For more information about SSL certificates, see Managing Server Certificates in the AWS Identity and Access Management documentation.
Source: