InstanceQueryInsightsConfigArgs

data class InstanceQueryInsightsConfigArgs(val queryPlansPerMinute: Output<Int>? = null, val queryStringLength: Output<Int>? = null, val recordApplicationTags: Output<Boolean>? = null, val recordClientAddress: Output<Boolean>? = null) : ConvertibleToJava<InstanceQueryInsightsConfigArgs>

Constructors

Link copied to clipboard
constructor(queryPlansPerMinute: Output<Int>? = null, queryStringLength: Output<Int>? = null, recordApplicationTags: Output<Boolean>? = null, recordClientAddress: Output<Boolean>? = null)

Properties

Link copied to clipboard
val queryPlansPerMinute: Output<Int>? = null

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.

Link copied to clipboard
val queryStringLength: Output<Int>? = null

Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.

Link copied to clipboard
val recordApplicationTags: Output<Boolean>? = null

Record application tags for an instance. This flag is turned "on" by default.

Link copied to clipboard
val recordClientAddress: Output<Boolean>? = null

Record client address for an instance. Client address is PII information. This flag is turned "on" by default.

Functions

Link copied to clipboard
open override fun toJava(): InstanceQueryInsightsConfigArgs