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.
route53resolver_update_resolver_endpoint(
ResolverEndpointId,
Name = NULL,
ResolverEndpointType = NULL,
UpdateIpAddresses = NULL
)
[required] The ID of the Resolver endpoint that you want to update.
The name of the Resolver endpoint that you want to update.
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.
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.