toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.sql.kotlin.outputs
/
GetDatabaseInstanceSettingInsightsConfig
Get
Database
Instance
Setting
Insights
Config
data
class
GetDatabaseInstanceSettingInsightsConfig
(
val
queryInsightsEnabled
:
Boolean
,
val
queryPlansPerMinute
:
Int
,
val
queryStringLength
:
Int
,
val
recordApplicationTags
:
Boolean
,
val
recordClientAddress
:
Boolean
)
Members
Constructors
Get
Database
Instance
Setting
Insights
Config
Link copied to clipboard
constructor
(
queryInsightsEnabled
:
Boolean
,
queryPlansPerMinute
:
Int
,
queryStringLength
:
Int
,
recordApplicationTags
:
Boolean
,
recordClientAddress
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
query
Insights
Enabled
Link copied to clipboard
val
queryInsightsEnabled
:
Boolean
query
Plans
Per
Minute
Link copied to clipboard
val
queryPlansPerMinute
:
Int
query
String
Length
Link copied to clipboard
val
queryStringLength
:
Int
record
Application
Tags
Link copied to clipboard
val
recordApplicationTags
:
Boolean
record
Client
Address
Link copied to clipboard
val
recordClientAddress
:
Boolean