GetQueryLogConfigPlainArgs

data class GetQueryLogConfigPlainArgs(val filters: List<GetQueryLogConfigFilter>? = null, val name: String? = null, val resolverQueryLogConfigId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetQueryLogConfigPlainArgs>

A collection of arguments for invoking getQueryLogConfig.

Constructors

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

Properties

Link copied to clipboard

One or more name/value pairs to use as filters. There are several valid keys, for a full reference, check out 1. In addition to all arguments above, the following attributes are exported:

Link copied to clipboard
val name: String? = null

The name of the query logging configuration.

Link copied to clipboard

ID of the Route53 Resolver Query Logging Configuration.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags to assign to the service. 1: https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_Filter.html

Functions

Link copied to clipboard
open override fun toJava(): GetQueryLogConfigPlainArgs