Class AlloydbInstanceQueryInsightsConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.alloydb_instance.AlloydbInstanceQueryInsightsConfigOutputReference
-
- 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.307Z") @Stability(Stable) public class AlloydbInstanceQueryInsightsConfigOutputReference 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 AlloydbInstanceQueryInsightsConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAlloydbInstanceQueryInsightsConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAlloydbInstanceQueryInsightsConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlloydbInstanceQueryInsightsConfiggetInternalValue()NumbergetQueryPlansPerMinute()NumbergetQueryPlansPerMinuteInput()NumbergetQueryStringLength()NumbergetQueryStringLengthInput()ObjectgetRecordApplicationTags()ObjectgetRecordApplicationTagsInput()ObjectgetRecordClientAddress()ObjectgetRecordClientAddressInput()voidresetQueryPlansPerMinute()voidresetQueryStringLength()voidresetRecordApplicationTags()voidresetRecordClientAddress()voidsetInternalValue(AlloydbInstanceQueryInsightsConfig value)voidsetQueryPlansPerMinute(Number value)voidsetQueryStringLength(Number value)voidsetRecordApplicationTags(com.hashicorp.cdktf.IResolvable value)voidsetRecordApplicationTags(Boolean value)voidsetRecordClientAddress(com.hashicorp.cdktf.IResolvable value)voidsetRecordClientAddress(Boolean 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
-
AlloydbInstanceQueryInsightsConfigOutputReference
protected AlloydbInstanceQueryInsightsConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AlloydbInstanceQueryInsightsConfigOutputReference
protected AlloydbInstanceQueryInsightsConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AlloydbInstanceQueryInsightsConfigOutputReference
@Stability(Stable) public AlloydbInstanceQueryInsightsConfigOutputReference(@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
-
resetQueryPlansPerMinute
@Stability(Stable) public void resetQueryPlansPerMinute()
-
resetQueryStringLength
@Stability(Stable) public void resetQueryStringLength()
-
resetRecordApplicationTags
@Stability(Stable) public void resetRecordApplicationTags()
-
resetRecordClientAddress
@Stability(Stable) public void resetRecordClientAddress()
-
getQueryPlansPerMinuteInput
@Stability(Stable) @Nullable public Number getQueryPlansPerMinuteInput()
-
getQueryStringLengthInput
@Stability(Stable) @Nullable public Number getQueryStringLengthInput()
-
getRecordApplicationTagsInput
@Stability(Stable) @Nullable public Object getRecordApplicationTagsInput()
-
getRecordClientAddressInput
@Stability(Stable) @Nullable public Object getRecordClientAddressInput()
-
getQueryPlansPerMinute
@Stability(Stable) @NotNull public Number getQueryPlansPerMinute()
-
setQueryPlansPerMinute
@Stability(Stable) public void setQueryPlansPerMinute(@NotNull Number value)
-
getQueryStringLength
@Stability(Stable) @NotNull public Number getQueryStringLength()
-
setQueryStringLength
@Stability(Stable) public void setQueryStringLength(@NotNull Number value)
-
getRecordApplicationTags
@Stability(Stable) @NotNull public Object getRecordApplicationTags()
-
setRecordApplicationTags
@Stability(Stable) public void setRecordApplicationTags(@NotNull Boolean value)
-
setRecordApplicationTags
@Stability(Stable) public void setRecordApplicationTags(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getRecordClientAddress
@Stability(Stable) @NotNull public Object getRecordClientAddress()
-
setRecordClientAddress
@Stability(Stable) public void setRecordClientAddress(@NotNull Boolean value)
-
setRecordClientAddress
@Stability(Stable) public void setRecordClientAddress(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public AlloydbInstanceQueryInsightsConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AlloydbInstanceQueryInsightsConfig value)
-
-