Class AppEngineApplicationIapOutputReference

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

      • AppEngineApplicationIapOutputReference

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

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

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

      • resetEnabled

        @Stability(Stable)
        public void resetEnabled()
      • getOauth2ClientSecretSha256

        @Stability(Stable)
        @NotNull
        public String getOauth2ClientSecretSha256()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getOauth2ClientIdInput

        @Stability(Stable)
        @Nullable
        public String getOauth2ClientIdInput()
      • getOauth2ClientSecretInput

        @Stability(Stable)
        @Nullable
        public String getOauth2ClientSecretInput()
      • getEnabled

        @Stability(Stable)
        @NotNull
        public Object getEnabled()
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               Boolean value)
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               com.hashicorp.cdktf.IResolvable value)
      • getOauth2ClientId

        @Stability(Stable)
        @NotNull
        public String getOauth2ClientId()
      • setOauth2ClientId

        @Stability(Stable)
        public void setOauth2ClientId​(@NotNull
                                      String value)
      • getOauth2ClientSecret

        @Stability(Stable)
        @NotNull
        public String getOauth2ClientSecret()
      • setOauth2ClientSecret

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