Create Listener
GET {{aws_elastic_load_balancing_base_url}}/?Certificates.member.N&DefaultActions.member.N&LoadBalancerArn&Port&Protocol&SslPolicy&Action=CreateListener&Version=2015-12-01
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Certificates.member.N | null | [HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set CertificateArn to the certificate ARN but do not set IsDefault. | |
DefaultActions.member.N | null | The actions for the default rule. | |
LoadBalancerArn | null | The Amazon Resource Name (ARN) of the load balancer. | |
Port | null | The port on which the load balancer is listening. | |
Protocol | null | The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP. | |
SslPolicy | null | [HTTPS and TLS listeners] The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy. | |
Action | string |