Class AlloydbInstanceQueryInsightsConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.alloydb_instance.AlloydbInstanceQueryInsightsConfig.Jsii$Proxy
-
- All Implemented Interfaces:
AlloydbInstanceQueryInsightsConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AlloydbInstanceQueryInsightsConfig
@Stability(Stable) @Internal public static final class AlloydbInstanceQueryInsightsConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlloydbInstanceQueryInsightsConfig
An implementation forAlloydbInstanceQueryInsightsConfig
-
-
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.providers.google.alloydb_instance.AlloydbInstanceQueryInsightsConfig
AlloydbInstanceQueryInsightsConfig.Builder, AlloydbInstanceQueryInsightsConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AlloydbInstanceQueryInsightsConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theAlloydbInstanceQueryInsightsConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetQueryPlansPerMinute()Number of query execution plans captured by Insights per minute for all queries combined.NumbergetQueryStringLength()Query string length.ObjectgetRecordApplicationTags()Record application tags for an instance.ObjectgetRecordClientAddress()Record client address for an instance.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AlloydbInstanceQueryInsightsConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theAlloydbInstanceQueryInsightsConfig.Builder.
-
-
Method Detail
-
getQueryPlansPerMinute
public final Number getQueryPlansPerMinute()
Description copied from interface:AlloydbInstanceQueryInsightsConfigNumber 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}
- Specified by:
getQueryPlansPerMinutein interfaceAlloydbInstanceQueryInsightsConfig
-
getQueryStringLength
public final Number getQueryStringLength()
Description copied from interface:AlloydbInstanceQueryInsightsConfigQuery 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}
- Specified by:
getQueryStringLengthin interfaceAlloydbInstanceQueryInsightsConfig
-
getRecordApplicationTags
public final Object getRecordApplicationTags()
Description copied from interface:AlloydbInstanceQueryInsightsConfigRecord 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}
- Specified by:
getRecordApplicationTagsin interfaceAlloydbInstanceQueryInsightsConfig
-
getRecordClientAddress
public final Object getRecordClientAddress()
Description copied from interface:AlloydbInstanceQueryInsightsConfigRecord 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}
- Specified by:
getRecordClientAddressin interfaceAlloydbInstanceQueryInsightsConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-