vpc_connections_list_only
Lists vpc_connections in a region or regions, for all properties use vpc_connections
Overview
| Name | vpc_connections_list_only |
| Type | Resource |
| Description | Definition of the AWS::QuickSight::VPCConnection Resource Type. |
| Id | aws.quicksight.vpc_connections_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
aws_account_id | string | |
vpc_connection_id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all vpc_connections in a region.
SELECT
region,
aws_account_id,
vpc_connection_id
FROM aws.quicksight.vpc_connections_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_connections_list_only resource, see vpc_connections