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 |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the VPC connection. |
availability_status | string | |
aws_account_id | string | |
created_time | string | The time that the VPC connection was created. |
dns_resolvers | array | |
last_updated_time | string | The time that the VPC connection was last updated. |
name | string | |
network_interfaces | array | A list of network interfaces. |
role_arn | string | |
security_group_ids | array | |
status | string | |
subnet_ids | array | |
tags | array | |
vpc_connection_id | string | |
vpc_id | string | The Amazon EC2 VPC ID associated with the VPC connection. |
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