paws.networking (version 0.1.6)

route53resolver_associate_resolver_endpoint_ip_address: Adds IP addresses to an inbound or an outbound resolver endpoint

Description

Adds IP addresses to an inbound or an outbound resolver endpoint. If you want to adding more than one IP address, submit one AssociateResolverEndpointIpAddress request for each IP address.

Usage

route53resolver_associate_resolver_endpoint_ip_address(
  ResolverEndpointId, IpAddress)

Arguments

ResolverEndpointId

[required] The ID of the resolver endpoint that you want to associate IP addresses with.

IpAddress

[required] Either the IPv4 address that you want to add to a resolver endpoint or a subnet ID. If you specify a subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.

Request syntax

svc$associate_resolver_endpoint_ip_address(
  ResolverEndpointId = "string",
  IpAddress = list(
    IpId = "string",
    SubnetId = "string",
    Ip = "string"
  )
)

Details

To remove an IP address from an endpoint, see DisassociateResolverEndpointIpAddress.