You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchLogs::Types::PutQueryDefinitionRequestWhen passing PutQueryDefinitionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "QueryDefinitionName", query_definition_id: "QueryId",
log_group_names: ["LogGroupName"],
query_string: "QueryDefinitionString", }
Instance Attribute Summary collapse
Use this parameter to include specific log groups as part of your query definition.
A name for the query definition.
If you are updating a query definition, use this parameter to specify the ID of the query definition that you want to update.
The query string to use for this definition.
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 ⇒ StringA name for the query definition. If you are saving a lot of query definitions, we recommend that you name them so that you can easily find the ones you want by using the first part of the name as a filter in the queryDefinitionNamePrefix
parameter of DescribeQueryDefinitions.
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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4