Values.DisassociateResolverQueryLogConfigRequestSourceDisassociates a VPC from a query logging configuration. Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, VPCs can be disassociated from the configuration in the following ways: The accounts that you shared the configuration with can disassociate VPCs from the configuration. You can stop sharing the configuration.
type nonrec t = {resolverQueryLogConfigId : ResourceId.t;The ID of the query logging configuration that you want to disassociate a specified VPC from.
*)resourceId : ResourceId.t;The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.
*)}