VpcConfiguration constructor
VpcConfiguration({})
Implementation
VpcConfiguration({
required this.securityGroupIds,
required this.subnetIds,
required this.vpcId,
this.tlsCertificate,
});
VpcConfiguration({
required this.securityGroupIds,
required this.subnetIds,
required this.vpcId,
this.tlsCertificate,
});