outpost_resolver_tags
Expands all tag keys and values for outpost_resolvers
in a region
Overview
Name | outpost_resolver_tags |
Type | Resource |
Description | Resource schema for AWS::Route53Resolver::OutpostResolver. |
Id | aws.route53resolver.outpost_resolver_tags |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Id |
creator_request_id | string | The id of the creator request. |
name | string | The OutpostResolver name. |
arn | string | The OutpostResolver ARN. |
outpost_arn | string | The Outpost ARN. |
preferred_instance_type | string | The OutpostResolver instance type. |
status | string | The OutpostResolver status, possible values are CREATING, OPERATIONAL, UPDATING, DELETING, ACTION_NEEDED, FAILED_CREATION and FAILED_DELETION. |
status_message | string | The OutpostResolver status message. |
instance_count | integer | The number of OutpostResolvers. |
creation_time | string | The OutpostResolver creation time |
modification_time | string | The OutpostResolver last modified time |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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