AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the PutQueryDefinition operation. Creates or updates a query definition for CloudWatch Logs Insights. For more information, see Analyzing Log Data with CloudWatch Logs Insights.
To update a query definition, specify its queryDefinitionId
in your request.
The values of name
, queryString
, and logGroupNames
are changed
to the values that you specify in your update operation. No current values are retained
from the current query definition. For example, imagine updating a current query definition
that includes log groups. If you don't specify the logGroupNames
parameter
in your update operation, the query definition changes to contain no log groups.
You must have the logs:PutQueryDefinition
permission to be able to perform
this operation.
Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public class PutQueryDefinitionRequest : AmazonCloudWatchLogsRequest IAmazonWebServiceRequest
The PutQueryDefinitionRequest type exposes the following members
Name | Description | |
---|---|---|
PutQueryDefinitionRequest() |
Name | Type | Description | |
---|---|---|---|
ClientToken | System.String |
Gets and sets the property ClientToken. Used as an idempotency token, to avoid returning an exception if the service receives the same request twice because of a network error. |
|
LogGroupNames | System.Collections.Generic.List<System.String> |
Gets and sets the property LogGroupNames. Use this parameter to include specific log groups as part of your query definition. If you are updating a query definition and you omit this parameter, then the updated definition will contain no log groups. |
|
Name | System.String |
Gets and sets the property Name.
A name for the query definition. If you are saving numerous query definitions, we
recommend that you name them. This way, you can find the ones you want by using the
first part of the name as a filter in the |
|
QueryDefinitionId | System.String |
Gets and sets the property QueryDefinitionId. If you are updating a query definition, use this parameter to specify the ID of the query definition that you want to update. You can use DescribeQueryDefinitions to retrieve the IDs of your saved query definitions. If you are creating a query definition, do not specify this parameter. CloudWatch generates a unique ID for the new query definition and include it in the response to this operation. |
|
QueryString | System.String |
Gets and sets the property QueryString. The query string to use for this definition. For more information, see CloudWatch Logs Insights Query Syntax. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5