Removes IP addresses from an inbound or an outbound resolver endpoint.
If you want to remove more than one IP address, submit one
DisassociateResolverEndpointIpAddress
request for each IP address.
route53resolver_disassociate_resolver_endpoint_ip_address(
ResolverEndpointId, IpAddress)
[required] The ID of the resolver endpoint that you want to disassociate an IP address from.
[required] The IPv4 address that you want to remove from a resolver endpoint.
svc$disassociate_resolver_endpoint_ip_address( ResolverEndpointId = "string", IpAddress = list( IpId = "string", SubnetId = "string", Ip = "string" ) )
To add an IP address to an endpoint, see AssociateResolverEndpointIpAddress.