VpcConfiguration constructor

VpcConfiguration({
  1. required String vpcId,
})

Implementation

VpcConfiguration({
  required this.vpcId,
});