Interface AlbListenerDefaultActionRedirect

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

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

      • getStatusCode

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

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

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

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

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

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