GetQueryLogConfigResult

data class GetQueryLogConfigResult(val arn: String, val destinationArn: String, val filters: List<GetQueryLogConfigFilter>? = null, val id: String, val name: String? = null, val ownerId: String, val resolverQueryLogConfigId: String? = null, val shareStatus: String, val tags: Map<String, String>)

A collection of values returned by getQueryLogConfig.

Constructors

Link copied to clipboard
constructor(arn: String, destinationArn: String, filters: List<GetQueryLogConfigFilter>? = null, id: String, name: String? = null, ownerId: String, resolverQueryLogConfigId: String? = null, shareStatus: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Computed ARN of the Route53 Resolver Query Logging Configuration.

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
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val name: String? = null

The name of the query logging configuration.

Link copied to clipboard

The AWS account ID for the account that created the query logging configuration.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

Map of tags to assign to the service.