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.

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.

Functions

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