ReadonlynameThe name of the application load balancer listener
ReadonlyportPort of the application load balancer listener
ReadonlyprotocolProtocol of the application load balancer listener. The supported protocols are HTTP and HTTPS
ReadonlytypeType of the application load balancer listener
Optional ReadonlycertificateApplies to HTTPS listeners. The default certificate for the listener. You must provide exactly one certificate arn or a certificate name which was created by LZA
Optional ReadonlysslThe security policy that defines which protocols and ciphers are supported.
ReadonlytargetTarget Group name to which traffic will be forwarded to. This name should be same as ApplicationLoadBalancerTargetGroupConfig | targetGroup name.
Optional ReadonlyfixedInformation for creating an action that returns a custom HTTP response. Specify only when type is fixed-response.
Optional ReadonlyforwardInformation for creating an action that distributes requests to targetGroup. Stickiness for targetGroup can be set here.
Optional ReadonlyorderThe order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first
Optional ReadonlyredirectInformation for creating a redirect action. Specify only when type is redirect.
CustomizationsConfig / AppConfigItem / ApplicationLoadBalancerConfig / ApplicationLoadBalancerListenerConfig
Description
Application Load Balancer listener config. Currently only action type of
forward,redirectandfixed-responseis allowed.See
https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateListener.html
Example