Class AppEngineFlexibleAppVersionApiConfigOutputReference

  • 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.442Z")
    @Stability(Stable)
    public class AppEngineFlexibleAppVersionApiConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • AppEngineFlexibleAppVersionApiConfigOutputReference

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

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

        @Stability(Stable)
        public AppEngineFlexibleAppVersionApiConfigOutputReference​(@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

      • resetAuthFailAction

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

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

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

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

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

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

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

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

        @Stability(Stable)
        @Nullable
        public String getUrlInput()
      • 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)
      • getScript

        @Stability(Stable)
        @NotNull
        public String getScript()
      • setScript

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

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

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

        @Stability(Stable)
        @NotNull
        public String getUrl()
      • setUrl

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