Class: Aws::GameLift::Types::CreateVpcPeeringConnectionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

A unique identifier for the fleet. You can use either the fleet ID or ARN value. This tells Amazon GameLift which GameLift VPC to peer with.

Returns:

  • (String)


3037
3038
3039
3040
3041
3042
3043
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3037

class CreateVpcPeeringConnectionInput < Struct.new(
  :fleet_id,
  :peer_vpc_aws_account_id,
  :peer_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#peer_vpc_aws_account_idString

A unique identifier for the Amazon Web Services account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your Account ID in the Amazon Web Services Management Console under account settings.

Returns:

  • (String)


3037
3038
3039
3040
3041
3042
3043
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3037

class CreateVpcPeeringConnectionInput < Struct.new(
  :fleet_id,
  :peer_vpc_aws_account_id,
  :peer_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.

Returns:

  • (String)


3037
3038
3039
3040
3041
3042
3043
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3037

class CreateVpcPeeringConnectionInput < Struct.new(
  :fleet_id,
  :peer_vpc_aws_account_id,
  :peer_vpc_id)
  SENSITIVE = []
  include Aws::Structure
end