ResolverQueryLogConfig

In the response to a CreateResolverQueryLogConfig, DeleteResolverQueryLogConfig, GetResolverQueryLogConfig, or ListResolverQueryLogConfigs request, a complex type that contains settings for one query logging configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN for the query logging configuration.

Link copied to clipboard

The number of VPCs that are associated with the query logging configuration.

Link copied to clipboard

The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard

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 running the operation twice.

Link copied to clipboard

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.

Link copied to clipboard
val id: String?

The ID for the query logging configuration.

Link copied to clipboard
val name: String?

The name of the query logging configuration.

Link copied to clipboard

The Amazon Web Services account ID for the account that created the query logging configuration.

Link copied to clipboard

An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).

Link copied to clipboard

The status of the specified query logging configuration. Valid values include the following:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String