paws.networking (version 0.1.6)

route53resolver_list_resolver_endpoint_ip_addresses: Gets the IP addresses for a specified resolver endpoint

Description

Gets the IP addresses for a specified resolver endpoint.

Usage

route53resolver_list_resolver_endpoint_ip_addresses(ResolverEndpointId,
  MaxResults, NextToken)

Arguments

ResolverEndpointId

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

MaxResults

The maximum number of IP addresses that you want to return in the response to a ListResolverEndpointIpAddresses request. If you don\'t specify a value for MaxResults, Resolver returns up to 100 IP addresses.

NextToken

For the first ListResolverEndpointIpAddresses request, omit this value.

If the specified resolver endpoint has more than MaxResults IP addresses, you can submit another ListResolverEndpointIpAddresses request to get the next group of IP addresses. In the next request, specify the value of NextToken from the previous response.

Request syntax

svc$list_resolver_endpoint_ip_addresses(
  ResolverEndpointId = "string",
  MaxResults = 123,
  NextToken = "string"
)