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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbInstanceQueryInsightsConfig.BuilderA builder forAlloydbInstanceQueryInsightsConfigstatic classAlloydbInstanceQueryInsightsConfig.Jsii$ProxyAn implementation forAlloydbInstanceQueryInsightsConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AlloydbInstanceQueryInsightsConfig.Builderbuilder()default NumbergetQueryPlansPerMinute()Number of query execution plans captured by Insights per minute for all queries combined.default NumbergetQueryStringLength()Query string length.default ObjectgetRecordApplicationTags()Record application tags for an instance.default ObjectgetRecordClientAddress()Record client address for an instance.
-
-
-
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}
-
builder
@Stability(Stable) static AlloydbInstanceQueryInsightsConfig.Builder builder()
-
-