VpcPeeringConnection constructor

VpcPeeringConnection({
  1. String? fleetArn,
  2. String? fleetId,
  3. String? gameLiftVpcId,
  4. String? ipV4CidrBlock,
  5. String? peerVpcId,
  6. VpcPeeringConnectionStatus? status,
  7. String? vpcPeeringConnectionId,
})

Implementation

VpcPeeringConnection({
  this.fleetArn,
  this.fleetId,
  this.gameLiftVpcId,
  this.ipV4CidrBlock,
  this.peerVpcId,
  this.status,
  this.vpcPeeringConnectionId,
});