Learn R Programming

paws.networking (version 0.1.10)

route53resolver_disassociate_resolver_query_log_config: Disassociates a VPC from a query logging configuration

Description

Disassociates 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.

Usage

route53resolver_disassociate_resolver_query_log_config(
  ResolverQueryLogConfigId, ResourceId)

Arguments

ResolverQueryLogConfigId

[required] The ID of the query logging configuration that you want to disassociate a specified VPC from.

ResourceId

[required] The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.

Request syntax

svc$disassociate_resolver_query_log_config(
  ResolverQueryLogConfigId = "string",
  ResourceId = "string"
)