List Outpost Resolvers
| route53resolver_list_outpost_resolvers | 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.
Usage¶
Arguments¶
OutpostArnThe Amazon Resource Name (ARN) of the Outpost.
MaxResultsThe maximum number of Resolvers on the Outpost that you want to return in the response to a
ListOutpostResolverrequest. If you don't specify a value forMaxResults, the request returns up to 100 Resolvers.NextTokenFor the first
ListOutpostResolverrequest, omit this value.
Value¶
A list with the following syntax:
list(
OutpostResolvers = list(
list(
Arn = "string",
CreationTime = "string",
ModificationTime = "string",
CreatorRequestId = "string",
Id = "string",
InstanceCount = 123,
PreferredInstanceType = "string",
Name = "string",
Status = "CREATING"|"OPERATIONAL"|"UPDATING"|"DELETING"|"ACTION_NEEDED"|"FAILED_CREATION"|"FAILED_DELETION",
StatusMessage = "string",
OutpostArn = "string"
)
),
NextToken = "string"
)