Interface AlbListenerDefaultAction

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AlbListenerDefaultAction.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.065Z")
    @Stability(Stable)
    public interface AlbListenerDefaultAction
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#type AlbListener#type}.
      • getAuthenticateCognito

        @Stability(Stable)
        @Nullable
        default AlbListenerDefaultActionAuthenticateCognito getAuthenticateCognito()
        authenticate_cognito block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authenticate_cognito AlbListener#authenticate_cognito}

      • getAuthenticateOidc

        @Stability(Stable)
        @Nullable
        default AlbListenerDefaultActionAuthenticateOidc getAuthenticateOidc()
        authenticate_oidc block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authenticate_oidc AlbListener#authenticate_oidc}

      • getFixedResponse

        @Stability(Stable)
        @Nullable
        default AlbListenerDefaultActionFixedResponse getFixedResponse()
        fixed_response block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#fixed_response AlbListener#fixed_response}

      • getForward

        @Stability(Stable)
        @Nullable
        default AlbListenerDefaultActionForward getForward()
        forward block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#forward AlbListener#forward}

      • getOrder

        @Stability(Stable)
        @Nullable
        default Number getOrder()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#order AlbListener#order}.
      • getRedirect

        @Stability(Stable)
        @Nullable
        default AlbListenerDefaultActionRedirect getRedirect()
        redirect block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#redirect AlbListener#redirect}

      • getTargetGroupArn

        @Stability(Stable)
        @Nullable
        default String getTargetGroupArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#target_group_arn AlbListener#target_group_arn}.