Class 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
    • 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)