Skip to content

Update Resolver Config

route53resolver_update_resolver_config R Documentation

Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud

Description

Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.

Usage

route53resolver_update_resolver_config(ResourceId,
  AutodefinedReverseFlag)

Arguments

ResourceId

[required] Resource ID of the Amazon VPC that you want to update the Resolver configuration for.

AutodefinedReverseFlag

[required] Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.

We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.

It can take some time for the status change to be completed.

Value

A list with the following syntax:

list(
  ResolverConfig = list(
    Id = "string",
    ResourceId = "string",
    OwnerId = "string",
    AutodefinedReverse = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"UPDATING_TO_USE_LOCAL_RESOURCE_SETTING"|"USE_LOCAL_RESOURCE_SETTING"
  )
)

Request syntax

svc$update_resolver_config(
  ResourceId = "string",
  AutodefinedReverseFlag = "ENABLE"|"DISABLE"|"USE_LOCAL_RESOURCE_SETTING"
)