Listener Default Action
Constructors
Properties
Configuration block for using Amazon Cognito to authenticate users. Specify only when type is authenticate-cognito. See below.
Configuration block for an identity provider that is compliant with OpenID Connect (OIDC). Specify only when type is authenticate-oidc. See below.
Information for creating an action that returns a custom HTTP response. Required if type is fixed-response.
Configuration block for creating an action that distributes requests among one or more target groups. Specify only if type is forward. See below.
Configuration block for creating a redirect action. Required if type is redirect. See below.
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. Can be specified with forward but ARNs must match.