Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.
route53resolver_get_resolver_query_log_config(ResolverQueryLogConfigId)[required] The ID of the Resolver query logging configuration that you want to get information about.
A list with the following syntax:
list(
ResolverQueryLogConfig = list(
Id = "string",
OwnerId = "string",
Status = "CREATING"|"CREATED"|"DELETING"|"FAILED",
ShareStatus = "NOT_SHARED"|"SHARED_WITH_ME"|"SHARED_BY_ME",
AssociationCount = 123,
Arn = "string",
Name = "string",
DestinationArn = "string",
CreatorRequestId = "string",
CreationTime = "string"
)
)
svc$get_resolver_query_log_config( ResolverQueryLogConfigId = "string" )