ResolverQueryLoggingConfigArgs

data class ResolverQueryLoggingConfigArgs(val destinationArn: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<ResolverQueryLoggingConfigArgs>

Resource schema for AWS::Route53Resolver::ResolverQueryLoggingConfig.

Constructors

Link copied to clipboard
constructor(destinationArn: Output<String>? = null, name: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard
val destinationArn: Output<String>? = null

destination arn

Link copied to clipboard
val name: Output<String>? = null

ResolverQueryLogConfigName

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

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