Class IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference

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

      • IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference

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

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

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

      • resetQuota

        @Stability(Stable)
        public void resetQuota()
      • resetQuotaDuration

        @Stability(Stable)
        public void resetQuotaDuration()
      • resetStartTime

        @Stability(Stable)
        public void resetStartTime()
      • getQuotaDurationInput

        @Stability(Stable)
        @Nullable
        public String getQuotaDurationInput()
      • getQuotaInput

        @Stability(Stable)
        @Nullable
        public Number getQuotaInput()
      • getStartTimeInput

        @Stability(Stable)
        @Nullable
        public String getStartTimeInput()
      • getQuota

        @Stability(Stable)
        @NotNull
        public Number getQuota()
      • setQuota

        @Stability(Stable)
        public void setQuota​(@NotNull
                             Number value)
      • getQuotaDuration

        @Stability(Stable)
        @NotNull
        public String getQuotaDuration()
      • setQuotaDuration

        @Stability(Stable)
        public void setQuotaDuration​(@NotNull
                                     String value)
      • getStartTime

        @Stability(Stable)
        @NotNull
        public String getStartTime()
      • setStartTime

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