Listener Rule Action Args
Constructors
Properties
Information for creating an authenticate action using Cognito. Required if type
is authenticate-cognito
.
Information for creating an authenticate action using OIDC. Required if type
is authenticate-oidc
.
Information for creating an action that returns a custom HTTP response. Required if type
is fixed-response
.
Information for creating an action that distributes requests among one or more target groups. Specify only if type
is forward
. If you specify both forward
block and target_group_arn
attribute, you can specify only one target group using forward
and it must be the same target group specified in target_group_arn
.
Information for creating a redirect action. Required if type
is redirect
.
The ARN of the Target Group to which to route traffic. Specify only if type
is forward
and you want to route to a single target group. To route to one or more target groups, use a forward
block instead.