VpcConfig constructor

VpcConfig({
  1. List<String>? securityGroupIds,
  2. List<String>? subnets,
  3. String? vpcId,
})

Implementation

VpcConfig({
  this.securityGroupIds,
  this.subnets,
  this.vpcId,
});