Class IdentityPlatformProjectDefaultConfigSignInEmailOutputReference

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

      • IdentityPlatformProjectDefaultConfigSignInEmailOutputReference

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

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

        @Stability(Stable)
        public IdentityPlatformProjectDefaultConfigSignInEmailOutputReference​(@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()
      • resetPasswordRequired

        @Stability(Stable)
        public void resetPasswordRequired()
      • getEnabledInput

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

        @Stability(Stable)
        @Nullable
        public Object getPasswordRequiredInput()
      • 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)
      • getPasswordRequired

        @Stability(Stable)
        @NotNull
        public Object getPasswordRequired()
      • setPasswordRequired

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

        @Stability(Stable)
        public void setPasswordRequired​(@NotNull
                                        com.hashicorp.cdktf.IResolvable value)