Class IdentityPlatformConfigClientPermissionsOutputReference

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

      • IdentityPlatformConfigClientPermissionsOutputReference

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

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

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

      • resetDisabledUserDeletion

        @Stability(Stable)
        public void resetDisabledUserDeletion()
      • resetDisabledUserSignup

        @Stability(Stable)
        public void resetDisabledUserSignup()
      • getDisabledUserDeletionInput

        @Stability(Stable)
        @Nullable
        public Object getDisabledUserDeletionInput()
      • getDisabledUserSignupInput

        @Stability(Stable)
        @Nullable
        public Object getDisabledUserSignupInput()
      • getDisabledUserDeletion

        @Stability(Stable)
        @NotNull
        public Object getDisabledUserDeletion()
      • setDisabledUserDeletion

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

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

        @Stability(Stable)
        @NotNull
        public Object getDisabledUserSignup()
      • setDisabledUserSignup

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

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