VpcInterface constructor
VpcInterface({})
Implementation
VpcInterface({
required this.name,
required this.networkInterfaceIds,
required this.roleArn,
required this.securityGroupIds,
required this.subnetId,
});