class Aws::GameLift::Types::CreateVpcPeeringConnectionInput
Represents the input for a request operation.
@note When making an API call, you may pass CreateVpcPeeringConnectionInput
data as a hash: { fleet_id: "FleetId", # required peer_vpc_aws_account_id: "NonZeroAndMaxString", # required peer_vpc_id: "NonZeroAndMaxString", # required }
@!attribute [rw] fleet_id
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. @return [String]
@!attribute [rw] peer_vpc_aws_account_id
A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your Account ID in the AWS Management Console under account settings. @return [String]
@!attribute [rw] peer_vpc_id
A unique identifier for a VPC with resources to be accessed by your GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the [VPC Dashboard][1] in the AWS Management Console. Learn more about VPC peering in [VPC Peering with GameLift Fleets][2]. [1]: https://console.aws.amazon.com/vpc/ [2]: https://docs.aws.amazon.com/gamelift/latest/developerguide/vpc-peering.html @return [String]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateVpcPeeringConnectionInput AWS API Documentation
Constants
- SENSITIVE