QueryDefinitionState class

Input properties used for looking up and filtering QueryDefinition resources.

Constructors

QueryDefinitionState({Input<String?>? arn, Input<List<String>?>? logGroupNames, Input<String?>? name, Input<String?>? queryDefinitionId, Input<String?>? queryString, Input<String?>? region})
Creates a new QueryDefinitionState. arn The query definition ARN. logGroupNames Specific log groups to use with the query. name The name of the query. queryDefinitionId The query definition ID. 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
QueryDefinitionState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
The query definition ARN.
final
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
queryDefinitionId → Input<String?>?
The query definition ID.
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