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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Represents a peering connection between a VPC on one of your Amazon Web Services 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.

**Related actions**

All APIs by task][1

[1]: docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arnString

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

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html

Returns:

  • (String)


11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
# File 'lib/aws-sdk-gamelift/types.rb', line 11038

class VpcPeeringConnection < Struct.new(
  :fleet_id,
  :fleet_arn,
  :ip_v4_cidr_block,
  :vpc_peering_connection_id,
  :status,
  :peer_vpc_id,
  :game_lift_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

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

Returns:

  • (String)


11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
# File 'lib/aws-sdk-gamelift/types.rb', line 11038

class VpcPeeringConnection < Struct.new(
  :fleet_id,
  :fleet_arn,
  :ip_v4_cidr_block,
  :vpc_peering_connection_id,
  :status,
  :peer_vpc_id,
  :game_lift_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#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 Amazon Web Services account.

Returns:

  • (String)


11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
# File 'lib/aws-sdk-gamelift/types.rb', line 11038

class VpcPeeringConnection < Struct.new(
  :fleet_id,
  :fleet_arn,
  :ip_v4_cidr_block,
  :vpc_peering_connection_id,
  :status,
  :peer_vpc_id,
  :game_lift_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#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)


11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
# File 'lib/aws-sdk-gamelift/types.rb', line 11038

class VpcPeeringConnection < Struct.new(
  :fleet_id,
  :fleet_arn,
  :ip_v4_cidr_block,
  :vpc_peering_connection_id,
  :status,
  :peer_vpc_id,
  :game_lift_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#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 as your fleet. To look up a VPC ID, use the [VPC Dashboard] in the Amazon Web Services Management Console. Learn more about VPC peering in [VPC Peering with Amazon GameLift Fleets].

[1]: console.aws.amazon.com/vpc/ [2]: docs.aws.amazon.com/gamelift/latest/developerguide/vpc-peering.html

Returns:

  • (String)


11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
# File 'lib/aws-sdk-gamelift/types.rb', line 11038

class VpcPeeringConnection < Struct.new(
  :fleet_id,
  :fleet_arn,
  :ip_v4_cidr_block,
  :vpc_peering_connection_id,
  :status,
  :peer_vpc_id,
  :game_lift_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::VpcPeeringConnectionStatus

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



11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
# File 'lib/aws-sdk-gamelift/types.rb', line 11038

class VpcPeeringConnection < Struct.new(
  :fleet_id,
  :fleet_arn,
  :ip_v4_cidr_block,
  :vpc_peering_connection_id,
  :status,
  :peer_vpc_id,
  :game_lift_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#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.

Returns:

  • (String)


11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
# File 'lib/aws-sdk-gamelift/types.rb', line 11038

class VpcPeeringConnection < Struct.new(
  :fleet_id,
  :fleet_arn,
  :ip_v4_cidr_block,
  :vpc_peering_connection_id,
  :status,
  :peer_vpc_id,
  :game_lift_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end