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¶
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
ListOutpostResolver
request. If you don't specify a value forMaxResults
, the request returns up to 100 Resolvers.NextToken
For the first
ListOutpostResolver
request, 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"
)