Class AlbListenerDefaultActionRedirectOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.074Z")
    @Stability(Stable)
    public class AlbListenerDefaultActionRedirectOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • AlbListenerDefaultActionRedirectOutputReference

        protected AlbListenerDefaultActionRedirectOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • AlbListenerDefaultActionRedirectOutputReference

        protected AlbListenerDefaultActionRedirectOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AlbListenerDefaultActionRedirectOutputReference

        @Stability(Stable)
        public AlbListenerDefaultActionRedirectOutputReference​(@NotNull
                                                               com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                               @NotNull
                                                               String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetHost

        @Stability(Stable)
        public void resetHost()
      • resetPath

        @Stability(Stable)
        public void resetPath()
      • resetPort

        @Stability(Stable)
        public void resetPort()
      • resetProtocol

        @Stability(Stable)
        public void resetProtocol()
      • resetQuery

        @Stability(Stable)
        public void resetQuery()
      • getHostInput

        @Stability(Stable)
        @Nullable
        public String getHostInput()
      • getPathInput

        @Stability(Stable)
        @Nullable
        public String getPathInput()
      • getPortInput

        @Stability(Stable)
        @Nullable
        public String getPortInput()
      • getProtocolInput

        @Stability(Stable)
        @Nullable
        public String getProtocolInput()
      • getQueryInput

        @Stability(Stable)
        @Nullable
        public String getQueryInput()
      • getStatusCodeInput

        @Stability(Stable)
        @Nullable
        public String getStatusCodeInput()
      • getHost

        @Stability(Stable)
        @NotNull
        public String getHost()
      • setHost

        @Stability(Stable)
        public void setHost​(@NotNull
                            String value)
      • getPath

        @Stability(Stable)
        @NotNull
        public String getPath()
      • setPath

        @Stability(Stable)
        public void setPath​(@NotNull
                            String value)
      • getPort

        @Stability(Stable)
        @NotNull
        public String getPort()
      • setPort

        @Stability(Stable)
        public void setPort​(@NotNull
                            String value)
      • getProtocol

        @Stability(Stable)
        @NotNull
        public String getProtocol()
      • setProtocol

        @Stability(Stable)
        public void setProtocol​(@NotNull
                                String value)
      • getQuery

        @Stability(Stable)
        @NotNull
        public String getQuery()
      • setQuery

        @Stability(Stable)
        public void setQuery​(@NotNull
                             String value)
      • getStatusCode

        @Stability(Stable)
        @NotNull
        public String getStatusCode()
      • setStatusCode

        @Stability(Stable)
        public void setStatusCode​(@NotNull
                                  String value)