Skip to main content

vpc_connections_list_only

Lists vpc_connections in a region or regions, for all properties use vpc_connections

Overview

Namevpc_connections_list_only
TypeResource
DescriptionDefinition of the AWS::QuickSight::VPCConnection Resource Type.
Idaws.quicksight.vpc_connections_list_only

Fields

NameDatatypeDescription
arnstring

The Amazon Resource Name (ARN) of the VPC connection.

availability_statusstring
aws_account_idstring
created_timestring

The time that the VPC connection was created.

dns_resolversarray
last_updated_timestring

The time that the VPC connection was last updated.

namestring
network_interfacesarray

A list of network interfaces.

role_arnstring
security_group_idsarray
statusstring
subnet_idsarray
tagsarray
vpc_connection_idstring
vpc_idstring

The Amazon EC2 VPC ID associated with the VPC connection.

regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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