Readonly
certificateApplies 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
Readonly
fixedInformation for creating an action that returns a custom HTTP response. Specify only when type is fixed-response
.
Readonly
forwardInformation for creating an action that distributes requests to targetGroup. Stickiness for targetGroup can be set here.
Readonly
nameThe name of the application load balancer listener
Readonly
orderThe order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first
Readonly
portPort of the application load balancer listener
Readonly
protocolProtocol of the application load balancer listener. The supported protocols are HTTP and HTTPS
Readonly
redirectInformation for creating a redirect action. Specify only when type is redirect
.
Readonly
sslThe security policy that defines which protocols and ciphers are supported.
Readonly
targetTarget Group name to which traffic will be forwarded to. This name should be same as ApplicationLoadBalancerTargetGroupConfig | targetGroup name.
Readonly
typeType of the application load balancer listener
Generated using TypeDoc
CustomizationsConfig / AppConfigItem / ApplicationLoadBalancerConfig / ApplicationLoadBalancerListenerConfig
Application Load Balancer listener config. Currently only action type of
forward
,redirect
andfixed-response
is allowed.See
https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateListener.html
Example