vpc_peering_connections_list_only
Lists vpc_peering_connections
in a region or regions, for all properties use vpc_peering_connections
Overview
Name | vpc_peering_connections_list_only |
Type | Resource |
Description | Resource Type definition for AWS::EC2::VPCPeeringConnection |
Id | aws.ec2.vpc_peering_connections_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
peer_owner_id | string | The AWS account ID of the owner of the accepter VPC. |
peer_region | string | The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request. |
peer_role_arn | string | The Amazon Resource Name (ARN) of the VPC peer role for the peering connection in another AWS account. |
peer_vpc_id | string | The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request. |
vpc_id | string | The ID of the VPC. |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vpc_peering_connections
in a region.
SELECT
region,
id
FROM aws.ec2.vpc_peering_connections_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpc_peering_connections_list_only
resource, see vpc_peering_connections