QueryDefinitionArgs class
The set of arguments for QueryDefinition. The set of arguments for QueryDefinition.
Constructors
-
QueryDefinitionArgs({Input<
List< ? logGroupNames, Input<String> ?>String?> ? name, required Input<String> queryString, Input<String?> ? region}) -
Creates a new QueryDefinitionArgs.
logGroupNamesSpecific log groups to use with the query.nameThe name of the query.queryStringThe query to save. You can read more about CloudWatch Logs Query Syntax in the documentation.regionRegion 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