vpc_connection_tags
Expands all tag keys and values for vpc_connections
in a region
Overview
Name | vpc_connection_tags |
Type | Resource |
Description | Definition of the AWS::QuickSight::VPCConnection Resource Type. |
Id | aws.quicksight.vpc_connection_tags |
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 | |
vpc_connection_id | string | |
vpc_id | string | The Amazon EC2 VPC ID associated with the VPC connection. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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