QueryDefinitionArgs class

The set of arguments for QueryDefinition. The set of arguments for QueryDefinition.

Constructors

QueryDefinitionArgs({Input<List<String>?>? logGroupNames, Input<String?>? name, required Input<String> queryString, Input<String?>? region})
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.
const
QueryDefinitionArgs.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
logGroupNames → Input<List<String>?>?
Specific log groups to use with the query.
final
name → Input<String?>?
The name of the query.
final
queryString → Input<String>
The query to save. You can read more about CloudWatch Logs Query Syntax in the documentation.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited