View source: R/route53resolver_operations.R
route53resolver_disassociate_resolver_endpoint_ip_address | R Documentation |
Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP address, submit one disassociate_resolver_endpoint_ip_address
request for each IP address.
See https://www.paws-r-sdk.com/docs/route53resolver_disassociate_resolver_endpoint_ip_address/ for full documentation.
route53resolver_disassociate_resolver_endpoint_ip_address(
ResolverEndpointId,
IpAddress
)
ResolverEndpointId |
[required] The ID of the Resolver endpoint that you want to disassociate an IP address from. |
IpAddress |
[required] The IPv4 address that you want to remove from a Resolver endpoint. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.