aws.gamelift.describe_vpc_peering_connections
Example SQL Queries
SELECT * FROMaws.gamelift.describe_vpc_peering_connections;Description
Retrieves information on VPC peering connections. Use this operation to get peering information for all fleets or for one specific fleet ID.
To retrieve connection information, call this operation from the Amazon Web Services account that is used to manage the Amazon GameLift fleets. Specify a fleet ID or leave the parameter empty to retrieve all connection records. If successful, the retrieved information includes both active and pending connections. Active connections identify the IpV4 CIDR block that the VPC uses to connect.
Related actions
Table Definition
| Column Name | Column Data Type |
|---|---|
| fleet_id Input Column A unique identifier for the fleet. You can use either the fleet ID or ARN value. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| vpc_peering_connections A collection of VPC peering connection records that match the request. | STRUCT( |
Show child fields
| |