ResolverQueryLogConfig class
In the response to a CreateResolverQueryLogConfig, DeleteResolverQueryLogConfig, GetResolverQueryLogConfig, or ListResolverQueryLogConfigs request, a complex type that contains settings for one query logging configuration.
Constructors
- ResolverQueryLogConfig({String? arn, int? associationCount, String? creationTime, String? creatorRequestId, String? destinationArn, String? id, String? name, String? ownerId, ResolverQueryLogConfigStatus? status})
-
ResolverQueryLogConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The ARN for the query logging configuration.
final
- associationCount → int?
-
The number of VPCs that are associated with the query logging configuration.
final
- creationTime → String?
-
The date and time that the query logging configuration was created, in Unix
time format and Coordinated Universal Time (UTC).
final
- creatorRequestId → String?
-
A unique string that identifies the request that created the query logging
configuration. The
CreatorRequestId
allows failed requests to be retried without the risk of executing the operation twice.final - destinationArn → String?
-
The ARN of the resource that you want Resolver to send query logs: an Amazon
S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery
stream.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID for the query logging configuration.
final
- name → String?
-
The name of the query logging configuration.
final
- ownerId → String?
-
The AWS account ID for the account that created the query logging
configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
An indication of whether the query logging configuration is shared with
other AWS accounts, or was shared with the current account by another AWS
account. Sharing is configured through AWS Resource Access Manager (AWS
RAM).
final
- status → ResolverQueryLogConfigStatus?
-
The status of the specified query logging configuration. Valid values
include the following:
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited