route53resolver_update_resolver_endpoint: Updates the name, or enpoint type for an inbound or an...

View source: R/route53resolver_operations.R

route53resolver_update_resolver_endpointR Documentation

Updates the name, or enpoint type for an inbound or an outbound Resolver endpoint

Description

Updates the name, or enpoint type for an inbound or an outbound Resolver endpoint. You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can't be updated to other type.

See https://www.paws-r-sdk.com/docs/route53resolver_update_resolver_endpoint/ for full documentation.

Usage

route53resolver_update_resolver_endpoint(
  ResolverEndpointId,
  Name = NULL,
  ResolverEndpointType = NULL,
  UpdateIpAddresses = NULL
)

Arguments

ResolverEndpointId

[required] The ID of the Resolver endpoint that you want to update.

Name

The name of the Resolver endpoint that you want to update.

ResolverEndpointType

Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.

Updating to IPV6 type isn't currently supported.

UpdateIpAddresses

Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.