route53resolver_list_outpost_resolvers {paws.networking} | R Documentation |
Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account
Description
Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/route53resolver_list_outpost_resolvers/ for full documentation.
Usage
route53resolver_list_outpost_resolvers(
OutpostArn = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
OutpostArn |
The Amazon Resource Name (ARN) of the Outpost. |
MaxResults |
The maximum number of Resolvers on the Outpost that you want to return
in the response to a |
NextToken |
For the first |
[Package paws.networking version 0.7.0 Index]