Skip to main content

outpost_resolver_tags

Expands all tag keys and values for outpost_resolvers in a region

Overview

Nameoutpost_resolver_tags
TypeResource
DescriptionResource schema for AWS::Route53Resolver::OutpostResolver.
Idaws.route53resolver.outpost_resolver_tags

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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all outpost_resolvers in a region.

SELECT
region,
id,
creator_request_id,
name,
arn,
outpost_arn,
preferred_instance_type,
status,
status_message,
instance_count,
creation_time,
modification_time,
tag_key,
tag_value
FROM aws.route53resolver.outpost_resolver_tags
WHERE region = 'us-east-1';

Permissions

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