outpost_resolvers_list_only
Lists outpost_resolvers
in a region or regions, for all properties use outpost_resolvers
Overview
Name | outpost_resolvers_list_only |
Type | Resource |
Description | Resource schema for AWS::Route53Resolver::OutpostResolver. |
Id | aws.route53resolver.outpost_resolvers_list_only |
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 |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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