Skip to main content

outpost_resolvers_list_only

Lists outpost_resolvers in a region or regions, for all properties use outpost_resolvers

Overview

Nameoutpost_resolvers_list_only
TypeResource
DescriptionResource schema for AWS::Route53Resolver::OutpostResolver.
Idaws.route53resolver.outpost_resolvers_list_only

Fields

NameDatatypeDescription
idstringId
creator_request_idstringThe id of the creator request.
namestringThe OutpostResolver name.
arnstringThe OutpostResolver ARN.
outpost_arnstringThe Outpost ARN.
preferred_instance_typestringThe OutpostResolver instance type.
statusstringThe OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION.
status_messagestringThe OutpostResolver status message.
instance_countintegerThe number of OutpostResolvers.
creation_timestringThe OutpostResolver creation time
modification_timestringThe OutpostResolver last modified time
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all outpost_resolvers in a region.

SELECT
region,
id
FROM aws.route53resolver.outpost_resolvers_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the outpost_resolvers_list_only resource, see outpost_resolvers