QueryDefinitionArgs constructor
const
QueryDefinitionArgs({})
Creates a new QueryDefinitionArgs.
logGroupNames Specific log groups to use with the query.
name The name of the query.
queryString The query to save. You can read more about CloudWatch Logs Query Syntax in the documentation.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const QueryDefinitionArgs({
this.logGroupNames,
this.name,
required this.queryString,
this.region,
});