vpc_connectors_list_only
Lists vpc_connectors in a region or regions, for all properties use vpc_connectors
Overview
| Name | vpc_connectors_list_only |
| Type | Resource |
| Description | The AWS::AppRunner::VpcConnector resource specifies an App Runner VpcConnector. |
| Id | aws.apprunner.vpc_connectors_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
vpc_connector_arn | string | The Amazon Resource Name (ARN) of this VPC connector. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all vpc_connectors in a region.
SELECT
region,
vpc_connector_arn
FROM aws.apprunner.vpc_connectors_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_connectors_list_only resource, see vpc_connectors