You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::VpcPeeringConnection

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a peering connection between a VPC on one of your AWS accounts and the VPC for your Amazon GameLift fleets. This record may be for an active peering connection or a pending connection that has not yet been established.

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arnString

The Amazon Resource Name (ARN) associated with the GameLift fleet resource for this connection.

Returns:

  • (String)

    The Amazon Resource Name ([ARN][1]) associated with the GameLift fleet resource for this connection.

#fleet_idString

A unique identifier for a fleet. This ID determines the ID of the Amazon GameLift VPC for your fleet.

Returns:

  • (String)

    A unique identifier for a fleet.

#game_lift_vpc_idString

A unique identifier for the VPC that contains the Amazon GameLift fleet for this connection. This VPC is managed by Amazon GameLift and does not appear in your AWS account.

Returns:

  • (String)

    A unique identifier for the VPC that contains the Amazon GameLift fleet for this connection.

#ip_v4_cidr_blockString

CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC. The peered VPC also has an IPv4 CIDR block associated with it; these blocks cannot overlap or the peering connection cannot be created.

Returns:

  • (String)

    CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC.

#peer_vpc_idString

A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region where your fleet is deployed. Look up a VPC ID using the VPC Dashboard in the AWS Management Console. Learn more about VPC peering in VPC Peering with Amazon GameLift Fleets.

Returns:

  • (String)

    A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.

#statusTypes::VpcPeeringConnectionStatus

The status information about the connection. Status indicates if a connection is pending, successful, or failed.

Returns:

#vpc_peering_connection_idString

A unique identifier that is automatically assigned to the connection record. This ID is referenced in VPC peering connection events, and is used when deleting a connection with DeleteVpcPeeringConnection.

Returns:

  • (String)

    A unique identifier that is automatically assigned to the connection record.