Skip to main content

vpc_connection_tags

Expands all tag keys and values for vpc_connections in a region

Overview

Namevpc_connection_tags
TypeResource
DescriptionDefinition of the AWS::QuickSight::VPCConnection Resource Type.
Idaws.quicksight.vpc_connection_tags

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
vpc_connection_idstring
vpc_idstring

The Amazon EC2 VPC ID associated with the VPC connection.

tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all vpc_connections in a region.

SELECT
region,
arn,
availability_status,
aws_account_id,
created_time,
dns_resolvers,
last_updated_time,
name,
network_interfaces,
role_arn,
security_group_ids,
status,
subnet_ids,
vpc_connection_id,
vpc_id,
tag_key,
tag_value
FROM aws.quicksight.vpc_connection_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the vpc_connection_tags resource, see vpc_connections