Interface AlloydbInstanceQueryInsightsConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AlloydbInstanceQueryInsightsConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.307Z")
    @Stability(Stable)
    public interface AlloydbInstanceQueryInsightsConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getQueryPlansPerMinute

        @Stability(Stable)
        @Nullable
        default Number getQueryPlansPerMinute()
        Number of query execution plans captured by Insights per minute for all queries combined.

        The default value is 5. Any integer between 0 and 20 is considered valid. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#query_plans_per_minute AlloydbInstance#query_plans_per_minute}

      • getQueryStringLength

        @Stability(Stable)
        @Nullable
        default Number getQueryStringLength()
        Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#query_string_length AlloydbInstance#query_string_length}

      • getRecordApplicationTags

        @Stability(Stable)
        @Nullable
        default Object getRecordApplicationTags()
        Record application tags for an instance. This flag is turned "on" by default.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#record_application_tags AlloydbInstance#record_application_tags}

      • getRecordClientAddress

        @Stability(Stable)
        @Nullable
        default Object getRecordClientAddress()
        Record client address for an instance. Client address is PII information. This flag is turned "on" by default.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#record_client_address AlloydbInstance#record_client_address}