Class AppEngineStandardAppVersionHandlersOutputReference

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.490Z")
    @Stability(Stable)
    public class AppEngineStandardAppVersionHandlersOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • AppEngineStandardAppVersionHandlersOutputReference

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

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

        @Stability(Stable)
        public AppEngineStandardAppVersionHandlersOutputReference​(@NotNull
                                                                  com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                  @NotNull
                                                                  String terraformAttribute,
                                                                  @NotNull
                                                                  Number complexObjectIndex,
                                                                  @NotNull
                                                                  Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetAuthFailAction

        @Stability(Stable)
        public void resetAuthFailAction()
      • resetLogin

        @Stability(Stable)
        public void resetLogin()
      • resetRedirectHttpResponseCode

        @Stability(Stable)
        public void resetRedirectHttpResponseCode()
      • resetScript

        @Stability(Stable)
        public void resetScript()
      • resetSecurityLevel

        @Stability(Stable)
        public void resetSecurityLevel()
      • resetStaticFiles

        @Stability(Stable)
        public void resetStaticFiles()
      • resetUrlRegex

        @Stability(Stable)
        public void resetUrlRegex()
      • getAuthFailActionInput

        @Stability(Stable)
        @Nullable
        public String getAuthFailActionInput()
      • getLoginInput

        @Stability(Stable)
        @Nullable
        public String getLoginInput()
      • getRedirectHttpResponseCodeInput

        @Stability(Stable)
        @Nullable
        public String getRedirectHttpResponseCodeInput()
      • getSecurityLevelInput

        @Stability(Stable)
        @Nullable
        public String getSecurityLevelInput()
      • getUrlRegexInput

        @Stability(Stable)
        @Nullable
        public String getUrlRegexInput()
      • getAuthFailAction

        @Stability(Stable)
        @NotNull
        public String getAuthFailAction()
      • setAuthFailAction

        @Stability(Stable)
        public void setAuthFailAction​(@NotNull
                                      String value)
      • getLogin

        @Stability(Stable)
        @NotNull
        public String getLogin()
      • setLogin

        @Stability(Stable)
        public void setLogin​(@NotNull
                             String value)
      • getRedirectHttpResponseCode

        @Stability(Stable)
        @NotNull
        public String getRedirectHttpResponseCode()
      • setRedirectHttpResponseCode

        @Stability(Stable)
        public void setRedirectHttpResponseCode​(@NotNull
                                                String value)
      • getSecurityLevel

        @Stability(Stable)
        @NotNull
        public String getSecurityLevel()
      • setSecurityLevel

        @Stability(Stable)
        public void setSecurityLevel​(@NotNull
                                     String value)
      • getUrlRegex

        @Stability(Stable)
        @NotNull
        public String getUrlRegex()
      • setUrlRegex

        @Stability(Stable)
        public void setUrlRegex​(@NotNull
                                String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)