Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC with a query logging configuration, Resolver logs DNS queries that originate in that VPC.
route53resolver_get_resolver_query_log_config_association(
ResolverQueryLogConfigAssociationId)[required] The ID of the Resolver query logging configuration association that you want to get information about.
A list with the following syntax:
list(
ResolverQueryLogConfigAssociation = list(
Id = "string",
ResolverQueryLogConfigId = "string",
ResourceId = "string",
Status = "CREATING"|"ACTIVE"|"ACTION_NEEDED"|"DELETING"|"FAILED",
Error = "NONE"|"DESTINATION_NOT_FOUND"|"ACCESS_DENIED"|"INTERNAL_SERVICE_ERROR",
ErrorMessage = "string",
CreationTime = "string"
)
)
svc$get_resolver_query_log_config_association( ResolverQueryLogConfigAssociationId = "string" )