QueryDefinitionState class
Input properties used for looking up and filtering QueryDefinition resources.
Constructors
-
QueryDefinitionState({Input<
String?> ? arn, Input<List< ? logGroupNames, Input<String> ?>String?> ? name, Input<String?> ? queryDefinitionId, Input<String?> ? queryString, Input<String?> ? region}) -
Creates a new QueryDefinitionState.
arnThe query definition ARN.logGroupNamesSpecific log groups to use with the query.nameThe name of the query.queryDefinitionIdThe query definition ID.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 -
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