ScheduledQueryInsights
Encapsulates settings for enabling QueryInsights
on an ExecuteScheduledQueryRequest
.
Contents
- Mode
-
Provides the following modes to enable
ScheduledQueryInsights
:-
ENABLED_WITH_RATE_CONTROL
– EnablesScheduledQueryInsights
for the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsights
feature to 1 query per second (QPS). -
DISABLED
– DisablesScheduledQueryInsights
.
Type: String
Valid Values:
ENABLED_WITH_RATE_CONTROL | DISABLED
Required: Yes
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: