Get Resolver Query Log Config Association
route53resolver_get_resolver_query_log_config_association | R Documentation |
Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC¶
Description¶
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.
Usage¶
Arguments¶
ResolverQueryLogConfigAssociationId
[required] The ID of the Resolver query logging configuration association that you want to get information about.
Value¶
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"
)
)