aws.route53resolver.list_outpost_resolvers
Example SQL Queries
SELECT * FROMaws.route53resolver.list_outpost_resolvers;Description
Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| outpost_arn Input Column The ARN (Amazon Resource Name) for the Outpost. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN (Amazon Resource Name) for the Resolver on an Outpost. | VARCHAR |
| creation_time The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time (UTC). | VARCHAR |
| creator_request_id A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId allows failed requests to be retried without the risk of running the operation twice. | VARCHAR |
| id The ID of the Resolver on Outpost. | VARCHAR |
| instance_count Amazon EC2 instance count for the Resolver on the Outpost. | BIGINT |
| modification_time The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time (UTC). | VARCHAR |
| name Name of the Resolver. | VARCHAR |
| preferred_instance_type The Amazon EC2 instance type. | VARCHAR |
| status Status of the Resolver. | VARCHAR |
| status_message A detailed description of the Resolver. | VARCHAR |