VpcPeeringAuthorization constructor

VpcPeeringAuthorization({
  1. DateTime? creationTime,
  2. DateTime? expirationTime,
  3. String? gameLiftAwsAccountId,
  4. String? peerVpcAwsAccountId,
  5. String? peerVpcId,
})

Implementation

VpcPeeringAuthorization({
  this.creationTime,
  this.expirationTime,
  this.gameLiftAwsAccountId,
  this.peerVpcAwsAccountId,
  this.peerVpcId,
});