Get Resolver Query Log Config
route53resolver_get_resolver_query_log_config | R Documentation |
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¶
Description¶
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.
Usage¶
route53resolver_get_resolver_query_log_config(ResolverQueryLogConfigId)
Arguments¶
ResolverQueryLogConfigId |
[required] The ID of the Resolver query logging configuration that you want to get information about. |
Value¶
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"
)
)
Request syntax¶
svc$get_resolver_query_log_config(
ResolverQueryLogConfigId = "string"
)