Skip to content

Get Resolver Query log Config Policy

route53resolver_get_resolver_query_log_config_policy R Documentation

Gets information about a query logging policy

Description

Gets information about a query logging policy. A query logging policy specifies the Resolver query logging operations and resources that you want to allow another Amazon Web Services account to be able to use.

Usage

route53resolver_get_resolver_query_log_config_policy(Arn)

Arguments

Arn

[required] The ARN of the query logging configuration that you want to get the query logging policy for.

Value

A list with the following syntax:

list(
  ResolverQueryLogConfigPolicy = "string"
)

Request syntax

svc$get_resolver_query_log_config_policy(
  Arn = "string"
)