Class IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.identity_platform_config.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description IdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIdentityPlatformConfigQuotaSignUpQuotaConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityPlatformConfigQuotaSignUpQuotaConfiggetInternalValue()NumbergetQuota()StringgetQuotaDuration()StringgetQuotaDurationInput()NumbergetQuotaInput()StringgetStartTime()StringgetStartTimeInput()voidresetQuota()voidresetQuotaDuration()voidresetStartTime()voidsetInternalValue(IdentityPlatformConfigQuotaSignUpQuotaConfig value)voidsetQuota(Number value)voidsetQuotaDuration(String value)voidsetStartTime(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public IdentityPlatformConfigQuotaSignUpQuotaConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IdentityPlatformConfigQuotaSignUpQuotaConfig value)
-
-